Correct test exception message

pull/176/merge
Andrew Gaul 2016-11-16 10:54:46 -08:00
rodzic d268abb947
commit 0003d011f3
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -102,7 +102,7 @@ public final class JcloudsS3BlobIntegrationLiveTest
@Override
public void testCreateBlobWithExpiry() throws InterruptedException {
if (Quirks.NO_EXPIRES.contains(blobStoreType)) {
throw new SkipException("blob access control not supported");
throw new SkipException("expiry not supported");
}
super.testCreateBlobWithExpiry();
}