diff --git a/tests/other/Logtrace_Tests.py b/tests/other/Logtrace_Tests.py index 5d590d15..0b463800 100644 --- a/tests/other/Logtrace_Tests.py +++ b/tests/other/Logtrace_Tests.py @@ -23,8 +23,7 @@ def test_001_create_project_log_trace(self): assert "Using custom app from" in output assert "Copying custom app into" in output - assert "Exec npm install tns-core-modules --save --save-exact" in output - assert "Updating AppResources values" in output + assert 'spawn: npm "install" "tns-core-modules" "--save" "--save-exact"' in output assert "Project " + self.app_name + " was successfully created" in output def test_002_platform_add_log_trace(self):