Skip to content

Commit

Permalink
Fix broken test
Browse files Browse the repository at this point in the history
  • Loading branch information
failys committed Aug 18, 2020
1 parent 9858e03 commit 1dd09f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cairis/test/test_VersionAPI.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,4 +51,4 @@ def test_version(self):
responseData = rv.data
objts = jsonpickle.decode(responseData)
self.assertIsNotNone(objts, 'No results after deserialization')
self.assertEqual(objts,'2.3.5')
self.assertEqual(objts,'2.3.6')

0 comments on commit 1dd09f3

Please sign in to comment.