BAEL-5421

This commit is contained in:
opokharel 2022-06-25 11:09:55 -06:00
parent 1b29276c17
commit c2bfe407de
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ import org.junit.jupiter.api.Test;
class MySampleGUIAppnUnitTest extends MySampleGUIAppn {
@Test
void testMain() {
void testMain() throws IOException {
MySampleGUIAppn instance = new MySampleGUIAppn();
String [] args = null;
System.exit(DO_NOTHING_ON_CLOSE);