Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
dengwe1 committed Mar 19, 2024
1 parent 2c3ee37 commit aa7bc0c
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1535,8 +1535,6 @@ public void testWriteAtLeastOnceWithExcludeTxnFromChangeStreams() {
Mutation.newInsertBuilder("FOO").set("ID").to(1L).set("NAME").to("Bar").build()),
Options.excludeTxnFromChangeStreams());

System.out.println(mockSpanner.getRequests());

List<CommitRequest> commitRequests = mockSpanner.getRequestsOfType(CommitRequest.class);
assertThat(commitRequests).hasSize(1);
CommitRequest commit = commitRequests.get(0);
Expand Down

0 comments on commit aa7bc0c

Please sign in to comment.