Version bump

This commit is contained in:
Alexandre Paillier
2023-05-02 17:00:36 +02:00
parent 8bfe0ff69f
commit 6555b38eaa
3 changed files with 7 additions and 5 deletions

View File

@@ -1,10 +1,10 @@
def test_configuration(cmd):
if cmd.model == "nanos":
assert cmd.get_configuration() == (14, 1, 10, 2)
assert cmd.get_configuration() == (14, 1, 10, 3)
if cmd.model == "nanox":
assert cmd.get_configuration() == (14, 1, 10, 2)
assert cmd.get_configuration() == (14, 1, 10, 3)
if cmd.model == "nanosp":
assert cmd.get_configuration() == (14, 1, 10, 2)
assert cmd.get_configuration() == (14, 1, 10, 3)