Skip to content

Commit

Permalink
stubbing
Browse files Browse the repository at this point in the history
  • Loading branch information
mpeddada1 committed Jun 6, 2024
1 parent ffc4df7 commit f2d886b
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -256,8 +256,6 @@ public void testFetchBuildImageForLocalBuild_singleImage_imagePlatformDifferentF
throws ExecutionException, InterruptedException {
when(builtArm64AndLinuxImage.getArchitecture()).thenReturn("arm64");
when(builtArm64AndLinuxImage.getOs()).thenReturn("linux");

when(builtAmd64AndWindowsImage.getOs()).thenReturn("linux");
when(executorService.submit(Mockito.any(Callable.class)))
.thenReturn(
Futures.immediateFuture(
Expand Down

0 comments on commit f2d886b

Please sign in to comment.