Skip to content

Commit

Permalink
and it does
Browse files Browse the repository at this point in the history
  • Loading branch information
Siddharth Manoj committed Nov 30, 2023
1 parent ad035a7 commit 0297f50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/sidecars/live_data_watcher_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ def setUp(self):
sharded_file_key = default_file_key
else:
# All other copies should include the sharded prefix.
sharded_file_key = default_file_key
sharded_file_key = str(file_shard_num) + "/" + default_file_key
s3_client.put_object(
Bucket=bucket_name,
Key=sharded_file_key,
Expand Down

0 comments on commit 0297f50

Please sign in to comment.