Skip to content

Commit d98aa1f

Browse files
committed
update tests
1 parent b7149a2 commit d98aa1f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/hplc_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
def test_read_chromatograms():
55
path = "./tests/X3346.D"
66
df = bp.read_chromatograms(path)
7-
7+
print(df.columns)
88
assert df.columns.tolist() == [
99
"Wavelength_280",
1010
"Wavelength_230",

0 commit comments

Comments
 (0)