Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
shubhangi-google committed Dec 23, 2024
1 parent bb4831f commit 44b6ac3
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions google-cloud-storage/samples/acceptance/buckets_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -122,12 +122,11 @@
end

describe "storage_soft_deleted_bucket" do
let(:new_bucket_name) {random_bucket_name}
let(:new_bucket_name) { random_bucket_name }

it "get soft deleted bucket, its soft_delete_time and hard_delete_time" do

new_bucket = storage_client.create_bucket new_bucket_name
new_generation = new_bucket.generation
new_generation = new_bucket.generation

delete_bucket_helper new_bucket_name
_out, _err = capture_io do
Expand Down

0 comments on commit 44b6ac3

Please sign in to comment.