From 15cfb3edae15dc752a8a56f67232bde22f0fb240 Mon Sep 17 00:00:00 2001 From: veghp Date: Fri, 6 May 2022 16:37:22 +0100 Subject: [PATCH] Fix test --- tests/test_samples.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_samples.py b/tests/test_samples.py index 313c5dd..be0512b 100644 --- a/tests/test_samples.py +++ b/tests/test_samples.py @@ -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():