Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
blink1073 committed May 30, 2024
1 parent 5e25b0e commit 124405a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_uri_spec.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ def modified_test_scenario(*args, **kwargs):
def create_test(test, test_workdir):
def run_scenario(self):
compressors = (test.get("options") or {}).get("compressors", [])
if "snappy" in compressors and not _have_snappy:
if "snappy" in compressors and not _have_snappy():
self.skipTest("This test needs the snappy module.")
valid = True
warning = False
Expand Down

0 comments on commit 124405a

Please sign in to comment.