Skip to content

Commit 467747c

Browse files
author
Sharon Shabtai
committed
fix the test
1 parent 1f42491 commit 467747c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ds3-sdk/src/test/java/com/spectralogic/ds3client/helpers/Ds3ClientHelpers_Test.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -584,7 +584,7 @@ public SeekableByteChannel buildChannel(final String key) throws IOException {
584584
});
585585
}
586586

587-
@Test//(expected = Ds3NoMoreRetriesException.class)
587+
@Test(expected = Ds3NoMoreRetriesException.class)
588588
public void testReadObjectsWithRetryAfter() throws SignatureException, IOException, XmlProcessingException {
589589
final Ds3Client ds3Client = mock(Ds3Client.class);
590590

0 commit comments

Comments
 (0)