From 39d744010a1d52d2bfbd4d3b7b29ef3dcd817e21 Mon Sep 17 00:00:00 2001 From: Philipp Maier Date: Mon, 9 Feb 2026 10:07:37 +0100 Subject: [PATCH] pySim-shell_test/euicc: fix testcase method name We have two test_enable_disable_profile method, the second one should be called test_set_nickname. Change-Id: I5ff79218fdafc8c42c8b58cc00be3e56e09d808b --- tests/pySim-shell_test/euicc/test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/pySim-shell_test/euicc/test.py b/tests/pySim-shell_test/euicc/test.py index b634f22f..3cad8590 100644 --- a/tests/pySim-shell_test/euicc/test.py +++ b/tests/pySim-shell_test/euicc/test.py @@ -56,7 +56,7 @@ class test_case(UnittestUtils): self.runPySimShell(cardname, "test_enable_disable_profile.script") self.assertEqualFiles("enable_disable_profile.tmp") - def test_enable_disable_profile(self): + def test_set_nickname(self): cardname = 'sysmoEUICC1-C2T' self.runPySimShell(cardname, "test_set_nickname.script")