Skip to content

Commit

Permalink
Automatic code cleanup.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 272205503
  • Loading branch information
Googler authored and copybara-github committed Oct 1, 2019
1 parent f0890f0 commit 02d25b2
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1276,7 +1276,9 @@ public void findMissingBlobs(
assertThat(result.exitCode()).isEqualTo(0);
assertThat(result.isCacheHit()).isFalse();
Mockito.verify(mockExecutionImpl, Mockito.times(1))
.execute(Mockito.<ExecuteRequest>any(), ArgumentMatchers.<StreamObserver<Operation>>any());
.execute(
ArgumentMatchers.<ExecuteRequest>any(),
ArgumentMatchers.<StreamObserver<Operation>>any());
Mockito.verify(mockExecutionImpl, Mockito.times(2))
.waitExecution(
Mockito.eq(waitExecutionRequest), ArgumentMatchers.<StreamObserver<Operation>>any());
Expand Down

0 comments on commit 02d25b2

Please sign in to comment.