Skip to content

Commit 3108a85

Browse files
committed
BAEL-5421
1 parent 2cb4fdb commit 3108a85

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

core-java-modules/core-java-jar/src/test/java/com/baeldung/jar/MySampleGUIAppnUnitTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
class MySampleGUIAppnUnitTest extends MySampleGUIAppn {
66

77
@Test
8-
void testMain() {
8+
void testMain() throws IOException {
99
MySampleGUIAppn instance = new MySampleGUIAppn();
1010
String [] args = null;
1111
System.exit(DO_NOTHING_ON_CLOSE);

0 commit comments

Comments
 (0)