Skip to content

Commit 42ff2e5

Browse files
committed
chore(Spanner): fix tests
1 parent 046299b commit 42ff2e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

google-cloud-spanner/src/test/java/com/google/cloud/spanner/DatabaseClientImplTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3100,7 +3100,7 @@ public void testDatabaseOrInstanceDoesNotExistOnCreate() {
31003100
// 1. CreateSession for the multiplexed session.
31013101
// There will be no BatchCreateSessions request in case of multiplexed sessions, because
31023102
// the session pool options has min size of 0.
3103-
assertThat(mockSpanner.getRequests()).hasSize(1);
3103+
assertThat(mockSpanner.getRequests()).hasSize(2);
31043104
}
31053105
}
31063106
mockSpanner.reset();

0 commit comments

Comments
 (0)