Skip to content

Commit 7ddcc4c

Browse files
committed
chore(spanner): update test names
1 parent fe08ff7 commit 7ddcc4c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -621,7 +621,7 @@ public void testMutationUsingWriteWithOptions() {
621621
}
622622

623623
@Test
624-
public void testAsyncTransactionManagerCommitAborted() throws Exception {
624+
public void testReadWriteTransactionUsingAsyncTransactionManager() throws Exception {
625625
// Updates executed within a R/W transaction via AsyncTransactionManager should use a
626626
// multiplexed session.
627627
// During a retry (due to an ABORTED error), the transaction should use the same multiplexed
@@ -676,7 +676,7 @@ public void testAsyncTransactionManagerCommitAborted() throws Exception {
676676
}
677677

678678
@Test
679-
public void testAsyncRunnerCommitAborted() throws Exception {
679+
public void testReadWriteTransactionUsingAsyncRunner() throws Exception {
680680
// Updates executed within a R/W transaction via AsyncRunner should use a multiplexed
681681
// session.
682682
// During a retry (due to an ABORTED error), the transaction should use the same multiplexed

0 commit comments

Comments
 (0)