Skip to content

Commit 77d44f5

Browse files
committed
Remove unnecessary 'throws' declaration
1 parent 0497700 commit 77d44f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/java/com/nordstrom/automation/junit/AutomaticRetryTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ public static void beforeClass() {
2020
}
2121

2222
@Test
23-
public void testHappyPath() throws ClassNotFoundException {
23+
public void testHappyPath() {
2424
RunListenerAdapter rla = new RunListenerAdapter();
2525

2626
JUnitCore runner = new JUnitCore();

0 commit comments

Comments
 (0)