We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc81c51 commit 093a41bCopy full SHA for 093a41b
src/test/java/g3401_3500/s3482_analyze_organization_hierarchy/MysqlTest.java
@@ -78,7 +78,7 @@ void testScript(@EmbeddedDatabase DataSource dataSource)
78
}
79
80
81
- private static void checkRow(ResultSet resultSet, String[] values) throws SQLException {
+ private void checkRow(ResultSet resultSet, String[] values) throws SQLException {
82
assertThat(resultSet.next(), equalTo(true));
83
assertThat(resultSet.getNString(1), equalTo(values[0]));
84
assertThat(resultSet.getNString(2), equalTo(values[1]));
0 commit comments