diff --git a/aamva_standard/test_barcode.py b/aamva_standard/test_barcode.py index a56b2d9..15530fa 100644 --- a/aamva_standard/test_barcode.py +++ b/aamva_standard/test_barcode.py @@ -161,4 +161,3 @@ def test_can_read_file(test_string, _, expects): def test_read_file_raises_number_of_entries_cannot_be_less_than_1(): with pytest.raises(ValueError, match="number of entries cannot be less than 1"): barcode.read_file("@\n\x1e\rANSI 6360000100") -