Skip to content

Commit

Permalink
remove unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
shinyano committed May 13, 2024
1 parent d19350d commit f9ba419
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ public class SQLTestTools {

public static void executeAndCompare(Session session, String statement, String exceptOutput) {
String actualOutput = execute(session, statement);
System.out.println(actualOutput);
assertEquals(exceptOutput, actualOutput);
}

Expand Down

0 comments on commit f9ba419

Please sign in to comment.