Skip to content

Commit

Permalink
Updating tests for DriverAlerts
Browse files Browse the repository at this point in the history
  • Loading branch information
tonychen091 committed Nov 6, 2017
1 parent 7d3f445 commit 2aeee7d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ public void constructorShouldLaunchSevenThreads() {
result = mockExecutorService;

mockExecutorService.submit((Runnable) any);
times =5;
times =6;
}
};
testFileUploadController = new FileUploadController(mockStorageService, mockOdeProperties,
Expand Down

0 comments on commit 2aeee7d

Please sign in to comment.