Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
Mryange committed Mar 14, 2024
1 parent 62c7391 commit c6b6ff2
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -140,10 +140,7 @@ class OutputUtils {
String dataType = meta.getColumnTypeName(i)

def res = checkCell(info, line, expectCell, realCell, dataType)
if(res != null) {
res += "\nline ${line} mismatch\nExpectRow: ${expectRaw}\nRealRow: ${realRaw}";
return res
}

}
} else {
def expectCsvString = transform1.apply(expectRaw)
Expand Down

0 comments on commit c6b6ff2

Please sign in to comment.