Skip to content

Commit 15d3692

Browse files
committed
Update assertion in JdbcClientIntegrationTests
1 parent 0efa04f commit 15d3692

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-jdbc/src/test/java/org/springframework/jdbc/core/simple/JdbcClientIntegrationTests.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@ private static void assertResults(List<User> users) {
246246
}
247247

248248
private static void assertSingleResult(List<User> users) {
249-
assertThat(users).containsExactly(new User(2, "John", "John"));
249+
assertThat(users).containsExactly(new User(1, "John", "John"));
250250
}
251251

252252

0 commit comments

Comments
 (0)