Skip to content

Commit

Permalink
Update expected oai version
Browse files Browse the repository at this point in the history
  • Loading branch information
physikerwelt committed Feb 16, 2024
1 parent 0b619b3 commit def30a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/oai_connect_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
class PlainXmlTest(unittest.TestCase):
def test_similarity(self):
real_string = oai_connection.get_version()
self.assertEqual("1.2.8", real_string)
self.assertEqual("1.2.11", real_string)


if __name__ == '__main__':
Expand Down

0 comments on commit def30a8

Please sign in to comment.