Skip to content

Commit

Permalink
fix version tests
Browse files Browse the repository at this point in the history
  • Loading branch information
PolyProgrammist committed Jul 30, 2024
1 parent 3905063 commit c4c348e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_version_cmd.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ def test_get_version_cmd(backend):
version = client.get_version().data
assert len(version) == 3
# Assert that we have received the correct app version compared as Makefile data
assert (version[0], version[1], version[2]) == (2, 0, 0)
assert (version[0], version[1], version[2]) == (2, 1, 0)

0 comments on commit c4c348e

Please sign in to comment.