From 6e872b45ccae3ca23cb0a24564411c229b7d7d06 Mon Sep 17 00:00:00 2001 From: Charles-Edouard de la Vergne Date: Mon, 18 Mar 2024 14:58:58 +0100 Subject: [PATCH] Adapt test using App version --- tests/speculos/test_configuration_cmd.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/speculos/test_configuration_cmd.py b/tests/speculos/test_configuration_cmd.py index af56756..d8213f7 100644 --- a/tests/speculos/test_configuration_cmd.py +++ b/tests/speculos/test_configuration_cmd.py @@ -1,3 +1,3 @@ def test_configuration(cmd): - assert cmd.get_configuration() == (2, 1, 11, 0) + assert cmd.get_configuration() == (2, 1, 11, 1)