Skip to content

Commit ef3c246

Browse files
committed
typo fix
1 parent b6d2431 commit ef3c246

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

storage/s3-sdk/s3_sdk_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,4 +85,4 @@ def test_list_blobs(capsys, hmac_fixture, test_bucket, test_blob):
8585
google_access_key_secret=hmac_fixture[1],
8686
bucket_name=test_bucket.name,
8787
)
88-
test_blob.name in result
88+
assert test_blob.name in result

0 commit comments

Comments
 (0)