Skip to content

Commit

Permalink
fix test issue
Browse files Browse the repository at this point in the history
  • Loading branch information
JesseLovelace committed Nov 26, 2024
1 parent 9fc7b09 commit fd42a0f
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -490,7 +490,8 @@ public void testListSoftDeletedVersionsOfObject() {
.setSoftDeletePolicy(
BucketInfo.SoftDeletePolicy.newBuilder()
.setRetentionDuration(Duration.ofDays(7))
.build());
.build())
.build();

String blob = "softdelobj1";
storage.create(BlobInfo.newBuilder(BlobId.of(BUCKET, blob)).build());
Expand Down

0 comments on commit fd42a0f

Please sign in to comment.