We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70b056e commit d57fe74Copy full SHA for d57fe74
google-cloud-spanner/src/test/java/com/google/cloud/spanner/RetryOnInvalidatedSessionTest.java
@@ -1384,7 +1384,7 @@ public void write() throws InterruptedException {
1384
public void writeAtLeastOnce() throws InterruptedException {
1385
assumeFalse(
1386
"Multiplexed session do not throw a SessionNotFound errors. ",
1387
- spanner.getOptions().getSessionPoolOptions().getUseMultiplexedSession());\
+ spanner.getOptions().getSessionPoolOptions().getUseMultiplexedSession());
1388
assertThrowsSessionNotFoundIfShouldFail(
1389
() ->
1390
client.writeAtLeastOnce(
0 commit comments