Skip to content

Commit

Permalink
f1
Browse files Browse the repository at this point in the history
  • Loading branch information
sbrunner committed Nov 30, 2024
1 parent 915c58d commit 2c04346
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tilecloud_chain/tests/test_generate.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ def test_get_hash(self) -> None:

def test_get_wrong_hash(self) -> None:
for d in ("-d", "-q"):
with LogCapture("tilecloud_chain", level=30) as log_capture:
with LogCapture("tilecloud_chain", level=20) as log_capture:
self.assert_cmd_exit_equals(
cmd=f".build/venv/bin/generate_tiles {d} --get-hash 0/7/5 "
"-c tilegeneration/test.yaml -l all",
Expand Down

0 comments on commit 2c04346

Please sign in to comment.