Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
muddyfish committed Feb 9, 2024
1 parent fe2fbe3 commit 38fb664
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion s3torchconnector/tst/unit/test_s3dataset_common.py
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ def test_get_objects_from_uris_success(
def test_get_objects_from_uris_fail(uri, error_msg):
mock_client = _create_mock_client_with_dummy_objects(TEST_BUCKET, [])
with pytest.raises(ValueError, match=f"^{error_msg}$"):
get_objects_from_uris(uri, mock_client)
get_objects_from_uris(uri, mock_client)


def _create_mock_client_with_dummy_objects(
Expand Down

0 comments on commit 38fb664

Please sign in to comment.