Skip to content

Commit 637cbb2

Browse files
author
Christian Fufezan
committed
Fix what was that?
1 parent 9bf7dff commit 637cbb2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/main_reader_test.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ def test_init_iter(self):
174174

175175
self.assertEqual(mzml_version, "1.1.0")
176176
# run._obo_version_validator set invalid obo = 1.1.0
177-
self.assertEqual(obo_version, "1.1.0")
177+
self.assertEqual(obo_version, "4.1.79")
178178
self.assertIsInstance(spec_count, int)
179179
self.assertEqual(run_id, "exp105-01-ds5562-Pos")
180180
self.assertEqual(start_time, "2013-09-10T10:31:08Z")

0 commit comments

Comments
 (0)