Skip to content

Commit 216f361

Browse files
author
Natalia-Hristova
committed
fix: test verification
1 parent 2c86dce commit 216f361

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/simulator/unittests_tests.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -86,5 +86,5 @@ def test_201_test_init_mocha_js_stacktrace(self):
8686

8787
output = Tns.run_tns_command("test ios", attributes={"--emulator": "", "--path": self.app_name},
8888
log_trace=True, wait=False)
89-
strings = ['JavaScript stack trace', 'assert@undefined']
89+
strings = ['JavaScript stack trace', '@file:///app/tests/example.js:5:25']
9090
Tns.wait_for_log(log_file=output, string_list=strings, timeout=90)

0 commit comments

Comments
 (0)