JAL-4186 fixed a test
authorBen Soares <b.soares@dundee.ac.uk>
Thu, 25 May 2023 07:35:09 +0000 (08:35 +0100)
committerBen Soares <b.soares@dundee.ac.uk>
Thu, 25 May 2023 07:35:09 +0000 (08:35 +0100)
test/jalview/gui/QuitHandlerTest.java

index 42df90e..b19f160 100644 (file)
@@ -281,7 +281,6 @@ public class QuitHandlerTest
               jalview.bin.Console.debug(
                       "Setting FORCE_QUIT without actually quitting");
               QuitHandler.setResponse(QResponse.FORCE_QUIT);
-              return null;
             }, QuitHandler.defaultCancelQuit);
     long end = System.currentTimeMillis();