Skip to content

Commit ab8afd9

Browse files
committed
Ignore invalid ASTM file
1 parent ab4f5b4 commit ab8afd9

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/senaite/astm/tests/base.py

+3-1
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,10 @@
88
from senaite.astm.constants import ACK
99
from senaite.astm.constants import ENQ
1010

11+
# Ignore invalid ASTM files that are handled by and adapter (see PR #19)
1112
IGNORE_INSTRUMENT_FILES = [
12-
"spotchem_el.txt" # Not valid ASTM (see PR #19)
13+
"spotchem_el.txt",
14+
"mini_vidas.txt",
1315
]
1416

1517

0 commit comments

Comments
 (0)