Skip to content

Commit d57fe74

Browse files
committed
chore(spanner): lint
1 parent 70b056e commit d57fe74

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/RetryOnInvalidatedSessionTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1384,7 +1384,7 @@ public void write() throws InterruptedException {
13841384
public void writeAtLeastOnce() throws InterruptedException {
13851385
assumeFalse(
13861386
"Multiplexed session do not throw a SessionNotFound errors. ",
1387-
spanner.getOptions().getSessionPoolOptions().getUseMultiplexedSession());\
1387+
spanner.getOptions().getSessionPoolOptions().getUseMultiplexedSession());
13881388
assertThrowsSessionNotFoundIfShouldFail(
13891389
() ->
13901390
client.writeAtLeastOnce(

0 commit comments

Comments
 (0)