Files
app-ethereum/tests/speculos/test_configuration_cmd.py
Alexandre Paillier d2659ed332 Version bump to 1.10.0
2022-10-14 17:42:20 +02:00

11 lines
291 B
Python

def test_configuration(cmd):
if cmd.model == "nanos":
assert cmd.get_configuration() == (14, 1, 10, 0)
if cmd.model == "nanox":
assert cmd.get_configuration() == (14, 1, 10, 0)
if cmd.model == "nanosp":
assert cmd.get_configuration() == (14, 1, 10, 0)