mirror of
https://gitea.osmocom.org/sim-card/pysim.git
synced 2026-03-17 02:48:34 +03:00
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
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user