Skip to content

Commit

Permalink
Fix test for version
Browse files Browse the repository at this point in the history
  • Loading branch information
pchakraborty committed Oct 7, 2024
1 parent 0b4a676 commit fc6fd3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_mepo_commands.py
Original file line number Diff line number Diff line change
Expand Up @@ -337,7 +337,7 @@ def test_reset(self):
self.__class__.__mepo_clone()

def test_mepo_version(self):
self.assertEqual(get_mepo_version(), "2.1.0")
self.assertEqual(get_mepo_version(), "2.2.0")

def tearDown(self):
pass
Expand Down

0 comments on commit fc6fd3a

Please sign in to comment.