Skip to content

Commit d4c65f7

Browse files
blank commit
1 parent acf92dd commit d4c65f7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

google-cloud-storage/acceptance/storage/bucket_encryption_test.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@
103103

104104
bucket.customer_supplied_encryption_enforcement_config = customer_supplied_config
105105
_(bucket.customer_supplied_encryption_enforcement_config.restriction_mode).must_equal "FullyRestricted"
106-
bucket.update do |b|
106+
bucket.update do |b|
107107
b.google_managed_encryption_enforcement_config = google_managed_config
108108
end
109109
_(bucket.google_managed_encryption_enforcement_config.restriction_mode).must_equal "FullyRestricted"

0 commit comments

Comments
 (0)