Skip to content

Commit

Permalink
module added
Browse files Browse the repository at this point in the history
  • Loading branch information
sabledeesse committed Oct 10, 2023
1 parent a8692d9 commit 7f2472c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tests/speculos/test_configuration.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,5 @@
def test_configuration(cmd):
sleep(0.5)
if cmd.model == "nanos":
assert cmd.get_configuration() == (1, 0, 9) #major, minor, patch
if cmd.model == "nanox":
assert cmd.get_configuration() == (1, 0, 9)
assert cmd.get_configuration() == (1, 0, 10) #major, minor, patch

0 comments on commit 7f2472c

Please sign in to comment.