Skip to content

Commit 31d4e84

Browse files
committed
Changed a public interface that should not have been changed
1 parent 1a45734 commit 31d4e84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ds3-sdk/src/test/java/com/spectralogic/ds3client/metadata/MetadataReceivedListenerImpl_Test.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ public void testGettingMetadata() throws IOException, InterruptedException {
9696
}
9797
}
9898

99-
@Test(expected = NoSuchFileException.class)
99+
@Test(expected = RuntimeException.class)
100100
public void testGettingMetadataFailureHandler() throws IOException, InterruptedException {
101101
Assume.assumeFalse(Platform.isWindows());
102102

0 commit comments

Comments
 (0)