Skip to content

Commit cf6a805

Browse files
committed
adjust tests
1 parent 146792e commit cf6a805

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/test_library_io.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99

1010
TEST_COMP_ID = "ZBSGKPYXQINNGF" # expected InChIKey14 present in the test data
11-
EXPECTED_METADATA_SHAPE = (5, 11)
11+
EXPECTED_METADATA_SHAPE = (5, 12)
1212
EXPECTED_METADATA_FIELDS = [
1313
"precursor_mz", "ionmode", "smiles", "inchikey", "inchi", "name",
1414
"charge", "instrument_type", "adduct", "collision_energy",

tests/test_ms2query_library.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010

1111
TEST_COMP_ID = "ZBSGKPYXQINNGF" # known from your snippet
12-
EXPECTED_METADATA_SHAPE = (5, 11)
12+
EXPECTED_METADATA_SHAPE = (5, 12)
1313
EXPECTED_METADATA_FIELDS = [
1414
"precursor_mz", "ionmode", "smiles", "inchikey", "inchi", "name",
1515
"charge", "instrument_type", "adduct", "collision_energy",

0 commit comments

Comments
 (0)