Skip to content

Commit e3872df

Browse files
committed
chore: rename test_002_device_list to test_002_device_list_available_devices
1 parent 3a95765 commit e3872df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/device/device_ios_tests.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ def test_001_device_list(self):
5555
for device_id in self.DEVICE_IDS:
5656
assert device_id in output
5757

58-
def test_002_device_list(self):
58+
def test_002_device_list_available_devices(self):
5959
output = Tns.run_tns_command("device ios --available-devices", attributes={"--path": self.app_name})
6060
assert SIMULATOR_NAME in output
6161
assert SIMULATOR_TYPE in output

0 commit comments

Comments
 (0)