File tree Expand file tree Collapse file tree 3 files changed +2
-1
lines changed
google-cloud-spanner/src/test/java/com/google/cloud/spanner Expand file tree Collapse file tree 3 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 2020import static com .google .common .truth .Truth .assertThat ;
2121import static org .junit .Assert .assertThrows ;
2222import static org .junit .Assert .assertTrue ;
23- import static org .junit .Assume .assumeFalse ;
2423
2524import com .google .api .core .ApiFuture ;
2625import com .google .api .core .ApiFutures ;
Original file line number Diff line number Diff line change @@ -101,6 +101,7 @@ public static void setUpDatabase() {
101101 + ")" ));
102102 postgreSQLClient = env .getTestHelper ().getDatabaseClient (postgreSQLDatabase );
103103 hasher = Hashing .goodFastHash (64 );
104+
104105 List <Mutation > mutations = new ArrayList <>();
105106 Random rnd = new Random ();
106107 int totalSize = 0 ;
Original file line number Diff line number Diff line change @@ -474,6 +474,7 @@ public void nestedTxnSucceedsWhenAllowed() {
474474 .run (
475475 transaction -> {
476476 client .singleUseReadOnlyTransaction ();
477+
477478 return null ;
478479 });
479480 }
You can’t perform that action at this time.
0 commit comments