Skip to content

Commit 025fc49

Browse files
committed
fix: correct test assertion in test_ir_spectrum_from_dpt_bytes_handles_whitespace
1 parent 6f86820 commit 025fc49

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/parsers/test_ir_from_dpt.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ def test_ir_spectrum_from_dpt_bytes_handles_whitespace():
4848
2000\t0.90"""
4949
spectrum = ir_spectrum_from_dpt_bytes(dpt_content)
5050

51-
assert len(spectrum.wavenumber) == IR_SPECTRUM_LENGTH_2
51+
assert len(spectrum.wavenumber) == IR_SPECTRUM_LENGTH_3
5252
assert spectrum.wavenumber[0] == IR_WAVENUMBER_4000
5353

5454

0 commit comments

Comments
 (0)