Skip to content

Commit

Permalink
chore(spanner): fix tests in SpanTest
Browse files Browse the repository at this point in the history
  • Loading branch information
harshachinta committed Dec 24, 2024
1 parent 7211d2f commit caa7aa1
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -469,9 +469,6 @@ public void transactionRunner() {
"Creating 2 sessions");
List<String> expectedAnnotationsForMultiplexedSession =
ImmutableList.of(
"Acquiring session",
"Acquired session",
"Using Session",
"Starting Transaction Attempt",
"Starting Commit",
"Commit Done",
Expand Down Expand Up @@ -529,9 +526,6 @@ public void transactionRunnerWithError() {
"Creating 2 sessions");
List<String> expectedAnnotationsForMultiplexedSession =
ImmutableList.of(
"Acquiring session",
"Acquired session",
"Using Session",
"Starting Transaction Attempt",
"Transaction Attempt Failed in user operation",
"Requesting 2 sessions",
Expand Down

0 comments on commit caa7aa1

Please sign in to comment.