Skip to content

Commit ff50dc4

Browse files
chore: generate libraries at Mon Sep 22 14:02:31 UTC 2025
1 parent d384ba5 commit ff50dc4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

google-cloud-spanner/src/test/java/com/google/cloud/spanner/connection/ConnectionAsyncApiTest.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -581,7 +581,8 @@ private void testExecuteUpdateAsync(
581581
if (e.getErrorCode() == ErrorCode.FAILED_PRECONDITION
582582
&& e.getMessage()
583583
.contains(
584-
"This transaction has been invalidated by a later transaction in the same session")) {
584+
"This transaction has been invalidated by a later transaction in the same"
585+
+ " session")) {
585586
// Ignore for regular sessions.
586587
assertFalse(isMultiplexedSessionsEnabledForRW(connection.getSpanner()));
587588
} else {

0 commit comments

Comments
 (0)