Skip to content

Commit

Permalink
Fix pre-commit failures
Browse files Browse the repository at this point in the history
  • Loading branch information
twangboy committed Jun 27, 2024
1 parent ee9b738 commit 542d4f3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/pytests/unit/fileclient/test_fileclient.py
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ def test_setstate(file_client, mocked_opts):
mocked_opts["fake_opt"] = "fake"
file_client.__setstate__({"opts": mocked_opts})
assert file_client.opts == mocked_opts


def test_get_url_with_hash(client_opts):
"""
Expand All @@ -248,4 +248,4 @@ def test_get_url_with_hash(client_opts):

result = client.get_url(url, dest)

assert result == "/path/to/file#with#hash"
assert result == "/path/to/file#with#hash"

0 comments on commit 542d4f3

Please sign in to comment.