Skip to content

Commit

Permalink
Remove qualified name
Browse files Browse the repository at this point in the history
  • Loading branch information
tresf committed Nov 10, 2023
1 parent 07a10eb commit 9acd706
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/java/jssc/SerialNativeInterfaceTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ public void testPrintVersion() {
}

@Test(expected = java.io.IOException.class)
public void reportsWriteErrorsAsIOException() throws java.lang.Exception {
public void reportsWriteErrorsAsIOException() throws Exception {
Assume.assumeFalse(SerialNativeInterface.getOsType() == SerialNativeInterface.OS_WINDOWS);

long fd = -1; /*bad file by intent*/
Expand Down

0 comments on commit 9acd706

Please sign in to comment.