Skip to content

Commit

Permalink
fixed time_update attribute in example (GoogleCloudPlatform#3385)
Browse files Browse the repository at this point in the history
  • Loading branch information
KonradSchieban authored and Nathan Klish committed May 18, 2020
1 parent 16fe512 commit f6c9343
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,5 @@
### Test that a GCP storage bucket object was last updated within a certain time period

describe google_storage_bucket_object(bucket: 'bucket-buvsjjcndqz', object: 'bucket-object-pmxbiikq') do
its('updated_date') { should be > Time.now - 365*60*60*24*10 }
its('time_updated') { should be > Time.now - 365*60*60*24*10 }
end

0 comments on commit f6c9343

Please sign in to comment.