Skip to content

Commit

Permalink
JCLOUDS-1635: Update test expectations
Browse files Browse the repository at this point in the history
  • Loading branch information
gaul committed Nov 10, 2024
1 parent 770bcce commit 73c566a
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -803,7 +803,7 @@ public void testPutBlobTierStandard() throws Exception {

@Test(groups = { "integration", "live" })
public void testPutBlobTierInfrequent() throws Exception {
testPutBlobTierHelper(Tier.INFREQUENT, new PutOptions());
testPutBlobTierHelper(Tier.COOL, new PutOptions());
}

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

@Test(groups = { "integration", "live" })
public void testPutBlobTierInfrequentMultipart() throws Exception {
testPutBlobTierHelper(Tier.INFREQUENT, new PutOptions().multipart(true));
testPutBlobTierHelper(Tier.COOL, new PutOptions().multipart(true));
}

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

0 comments on commit 73c566a

Please sign in to comment.