From a14418b7ce3a71cd96e61c1559d074e799c2f419 Mon Sep 17 00:00:00 2001 From: Charles-Edouard de la Vergne Date: Wed, 27 Mar 2024 15:45:19 +0100 Subject: [PATCH] Revert "Adapt test using App version" This reverts commit 6e872b45ccae3ca23cb0a24564411c229b7d7d06. --- 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 d8213f7..af56756 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, 1) + assert cmd.get_configuration() == (2, 1, 11, 0)