From 987151e9a2c2043dfc072180562a6ecd5f3baf0d Mon Sep 17 00:00:00 2001 From: Pavlina Koleva Date: Thu, 24 Nov 2016 11:52:45 +0200 Subject: [PATCH] Updated log trace output assertion --- tests/other/Logtrace_Tests.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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):