Skip to content

Commit

Permalink
fix it
Browse files Browse the repository at this point in the history
  • Loading branch information
Beyyes committed Nov 29, 2024
1 parent 3c98a92 commit 0caf2d2
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -589,8 +589,7 @@ public static void assertResultSetEqual(
for (int i = 2; i <= resultSetMetaData.getColumnCount(); i++) {
builder.append(actualResultSet.getString(i)).append(",");
}
System.out.println("===" + builder.toString());
// assertEquals(expectedRetArray[cnt], builder.toString());
assertEquals(expectedRetArray[cnt], builder.toString());
cnt++;
}
assertEquals(expectedRetArray.length, cnt);
Expand Down

0 comments on commit 0caf2d2

Please sign in to comment.