File tree Expand file tree Collapse file tree 2 files changed +1
-3
lines changed
google-cloud-spanner/src/test/java/com/google/cloud/spanner Expand file tree Collapse file tree 2 files changed +1
-3
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 2828import static org .junit .Assert .assertNotNull ;
2929import static org .junit .Assert .assertThrows ;
3030import static org .junit .Assert .assertTrue ;
31- import static org .junit .Assume .assumeFalse ;
3231
3332import com .google .api .core .ApiFuture ;
3433import com .google .api .core .ApiFutureCallback ;
@@ -944,7 +943,7 @@ public void asyncTransactionManagerBatchUpdateAbortedWithoutGettingResult() thro
944943 List <Class <? extends AbstractMessage >> requests = mockSpanner .getRequestTypes ();
945944 // Remove the CreateSession requests for multiplexed sessions, as those are not relevant for
946945 // this test if multiplexed session for read-write is not enabled.
947- if (!isMultiplexedSessionsEnabledForRW ()){
946+ if (!isMultiplexedSessionsEnabledForRW ()) {
948947 requests .removeIf (request -> request == CreateSessionRequest .class );
949948 }
950949 int size = Iterables .size (requests );
You can’t perform that action at this time.
0 commit comments