Skip to content

Commit

Permalink
fixing allignment
Browse files Browse the repository at this point in the history
  • Loading branch information
shubhangi-google committed Sep 19, 2024
1 parent 410c593 commit 028cc4a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions google-cloud-storage/samples/acceptance/buckets_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -357,10 +357,10 @@

it "get_bucket_class_and_location" do
storage_client.create_bucket bucket_name,
location: location,
storage_class: storage_class
location: location,
storage_class: storage_class
expected_output = "Bucket #{bucket_name} default storage class is " \
"#{storage_class}, and the location is #{location}"
"#{storage_class}, and the location is #{location}"
assert_output expected_output do
get_bucket_class_and_location bucket_name: bucket_name
end
Expand Down

0 comments on commit 028cc4a

Please sign in to comment.