Skip to content

Commit 8c4c1ae

Browse files
committed
chore: test rename
1 parent efb4f48 commit 8c4c1ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/simulator/run_ios_tests.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -518,7 +518,7 @@ def test_400_tns_run_on_folder_with_spaces(self):
518518
assert "fail" not in output
519519

520520
@unittest.skip("Ignore because of https://github.com/NativeScript/nativescript-cli/issues/3625")
521-
def test_404_run_on_invalid_device_id(self):
521+
def test_404_tns_run_ios_on_not_existing_device_should_not_start_simulator(self):
522522
Simulator.stop()
523523
output = Tns.run_ios(attributes={'--path': self.app_name, '--device': 'fakeId', '--justlaunch': ''},
524524
assert_success=False)

0 commit comments

Comments
 (0)