Skip to content

Commit a60d585

Browse files
author
Dimitar Topuzov
committed
Fix tests
1 parent 9bd62a8 commit a60d585

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

helpers/_tns_lib.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ def LiveSync(platform=None, emulator=False, device=None, watch=False, path=None,
224224
if assertSuccess:
225225
assert ("Project successfully prepared" in output)
226226
if platform is "android":
227-
assert ("Transfering project files..." in output)
227+
assert ("Transferring project files..." in output)
228228
assert ("Successfully transferred all project files." in output)
229229
assert ("Applying changes..." in output)
230230
assert ("Successfully synced application org.nativescript." in output)

0 commit comments

Comments
 (0)