Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit093a41b

Browse files
authored
Improved task 3482
1 parentbc81c51 commit093a41b

File tree

1 file changed

+1
-1
lines changed
  • src/test/java/g3401_3500/s3482_analyze_organization_hierarchy

1 file changed

+1
-1
lines changed

‎src/test/java/g3401_3500/s3482_analyze_organization_hierarchy/MysqlTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ void testScript(@EmbeddedDatabase DataSource dataSource)
7878
}
7979
}
8080

81-
privatestaticvoidcheckRow(ResultSetresultSet,String[]values)throwsSQLException {
81+
privatevoidcheckRow(ResultSetresultSet,String[]values)throwsSQLException {
8282
assertThat(resultSet.next(),equalTo(true));
8383
assertThat(resultSet.getNString(1),equalTo(values[0]));
8484
assertThat(resultSet.getNString(2),equalTo(values[1]));

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp