We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed2ddb7 commit 5fd11b2Copy full SHA for 5fd11b2
1 file changed
google-cloud-storage/src/test/java/com/google/cloud/storage/it/ITAccessTest.java
@@ -633,6 +633,7 @@ public void testRetentionPolicyNoLock() throws Exception {
633
@SuppressWarnings({"unchecked", "deprecation"})
634
public void testEnableAndDisableBucketPolicyOnlyOnExistingBucket() throws Exception {
635
String bpoBucket = generator.randomBucketName();
636
+
637
try (TemporaryBucket tempB =
638
TemporaryBucket.newBuilder()
639
.setBucketInfo(
0 commit comments