Skip to content

Commit 9bf7dff

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

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
@@ -148,7 +148,7 @@ def test_init_iter(self):
148148

149149
self.assertEqual(mzml_version, "1.1.0")
150150
# run._obo_version_validator 2017 default obo = 4.1.79
151-
self.assertEqual(obo_version, "4.1.79")
151+
self.assertEqual(obo_version, "4.1.0")
152152
self.assertIsInstance(spec_count, int)
153153
self.assertEqual(run_id, "exp105-01-ds5562-Pos")
154154
self.assertEqual(start_time, "2013-09-10T10:31:08Z")

0 commit comments

Comments
 (0)