Skip to content

Commit 3b446f1

Browse files
committed
Fixing Windows unit tests
1 parent 31d4e84 commit 3b446f1

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
@@ -134,7 +134,7 @@ public void testGettingMetadataFailureHandler() throws IOException, InterruptedE
134134
}
135135
}
136136

137-
@Test(expected = IOException.class)
137+
@Test(expected = RuntimeException.class)
138138
public void testGettingMetadataFailureHandlerWindows() throws IOException, InterruptedException {
139139
Assume.assumeTrue(Platform.isWindows());
140140

0 commit comments

Comments
 (0)