Skip to content

Commit 00566b9

Browse files
authored
Merge pull request #34 from NativeScript/pkoleva/logtrace-test-update
Updated log trace output assertion
2 parents 766357b + 987151e commit 00566b9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/other/Logtrace_Tests.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,7 @@ def test_001_create_project_log_trace(self):
2323

2424
assert "Using custom app from" in output
2525
assert "Copying custom app into" in output
26-
assert "Exec npm install tns-core-modules --save --save-exact" in output
27-
assert "Updating AppResources values" in output
26+
assert 'spawn: npm "install" "tns-core-modules" "--save" "--save-exact"' in output
2827
assert "Project " + self.app_name + " was successfully created" in output
2928

3029
def test_002_platform_add_log_trace(self):

0 commit comments

Comments
 (0)