Skip to content

Commit 589d0fa

Browse files
author
vhristov5555
committed
Merge remote-tracking branch 'origin/master'
2 parents f8ded27 + 7683e33 commit 589d0fa

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

core/tns/tns_verifications.py

-4
Original file line numberDiff line numberDiff line change
@@ -149,10 +149,6 @@ def platform_added(app_name, platform=Platform.NONE, output=None):
149149

150150
# Verify console output is correct
151151
if output is not None:
152-
if platform is Platform.ANDROID:
153-
assert 'tns-android' in output
154-
if platform is Platform.IOS:
155-
assert 'tns-ios' in output
156152
assert 'Copying template files...' in output
157153
assert 'Project successfully created.' in output
158154

0 commit comments

Comments
 (0)