Skip to content
This repository was archived by the owner on Aug 6, 2025. It is now read-only.

Commit 73c566a

Browse files
committed
JCLOUDS-1635: Update test expectations
1 parent 770bcce commit 73c566a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

blobstore/src/test/java/org/jclouds/blobstore/integration/internal/BaseBlobIntegrationTest.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -803,7 +803,7 @@ public void testPutBlobTierStandard() throws Exception {
803803

804804
@Test(groups = { "integration", "live" })
805805
public void testPutBlobTierInfrequent() throws Exception {
806-
testPutBlobTierHelper(Tier.INFREQUENT, new PutOptions());
806+
testPutBlobTierHelper(Tier.COOL, new PutOptions());
807807
}
808808

809809
@Test(groups = { "integration", "live" })
@@ -818,7 +818,7 @@ public void testPutBlobTierStandardMultipart() throws Exception {
818818

819819
@Test(groups = { "integration", "live" })
820820
public void testPutBlobTierInfrequentMultipart() throws Exception {
821-
testPutBlobTierHelper(Tier.INFREQUENT, new PutOptions().multipart(true));
821+
testPutBlobTierHelper(Tier.COOL, new PutOptions().multipart(true));
822822
}
823823

824824
@Test(groups = { "integration", "live" })

0 commit comments

Comments
 (0)