Skip to content

Commit

Permalink
review feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
rodesai committed Jul 29, 2020
1 parent cd96c84 commit 39f91cd
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@ public void shouldNotifyAppOnTerminate() throws Exception {
final Capture<Runnable> captureShutdownHandler = newCapture();
shutdownHandler.execute(capture(captureShutdownHandler));
executable.notifyTerminated();
expectLastCall();
replay(shutdownHandler, executable);
main.tryStartApp();
final Runnable handler = captureShutdownHandler.getValue();
Expand Down

0 comments on commit 39f91cd

Please sign in to comment.