Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
SmileyChris committed Aug 5, 2024
1 parent 3b2c92b commit 031592e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/test_command.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ def test_queue():
Skipping 1 marked as already building...
Skipping 1 with source errors...
Skipping 1 with build errors...
Successfully built 2 <img> thumbnails
Built 2 <img> thumbnails
"""
)

Expand Down Expand Up @@ -79,7 +79,7 @@ def test_retry():
Skipping 1 marked as already building...
Retrying 0 with source errors (1 with more than 1 retries skipped)...
Retrying 1 with build errors...
Successfully built 2 <img> thumbnails
Built 2 <img> thumbnails
"""
)

Expand All @@ -104,7 +104,7 @@ def test_force():
call_command("build_img_queue", stdout=test_output, force=True)
assert test_output.getvalue() == (
"""Building queued <img> thumbnails...
Successfully built 4 <img> thumbnails
Built 4 <img> thumbnails
"""
)

Expand Down

0 comments on commit 031592e

Please sign in to comment.