Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
veghp committed May 6, 2022
1 parent 20cdc3f commit 15cfb3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_samples.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ def test_logo_and_datamatrix():
data = label_writer.write_labels(
records, target=None, base_url=os.path.join(SAMPLES_DIR, "logo_and_datamatrix"),
)
assert 27_000 > len(data) > 19_500
assert 55_000 > len(data) > 19_500


def test_several_items_per_page():
Expand Down

0 comments on commit 15cfb3e

Please sign in to comment.