Skip to content

Commit 1e54411

Browse files
committed
updating the oai version in the oai_connect_test.py
1 parent 4aca87b commit 1e54411

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/oai_connect_test.py

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

99
class PlainXmlTest(unittest.TestCase):
1010
def test_similarity(self):
11-
self.assertEqual("1.5.4", oai_connection.get_version())
11+
self.assertEqual("1.5.8", oai_connection.get_version())
1212

1313

1414
if __name__ == '__main__':

0 commit comments

Comments
 (0)