Skip to content

Commit

Permalink
chore(Spanner): fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
harshachinta committed Jan 2, 2025
1 parent 046299b commit 42ff2e5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3100,7 +3100,7 @@ public void testDatabaseOrInstanceDoesNotExistOnCreate() {
// 1. CreateSession for the multiplexed session.
// There will be no BatchCreateSessions request in case of multiplexed sessions, because
// the session pool options has min size of 0.
assertThat(mockSpanner.getRequests()).hasSize(1);
assertThat(mockSpanner.getRequests()).hasSize(2);
}
}
mockSpanner.reset();
Expand Down

0 comments on commit 42ff2e5

Please sign in to comment.