Skip to content

Commit c6a81a1

Browse files
author
Dimitar Topuzov
committed
Fix test_130_platform_remove_and_platform_add_android_custom_version
1 parent e935dc9 commit c6a81a1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/build/PlatformAndroid_Tests.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@ def test_130_platform_remove_and_platform_add_android_custom_version(self):
4848
Tns.platform_remove(platform=Platforms.ANDROID, attributes={"--path": self.app_name})
4949

5050
# Add custom version with tag
51-
Tns.platform_add_android(version="@next", attributes={"--path": self.app_name})
52-
TnsAsserts.package_json_contains(self.app_name, ["@next"])
51+
Tns.platform_add_android(version="next", attributes={"--path": self.app_name})
52+
TnsAsserts.package_json_contains(self.app_name, ["next"])
5353
# tns-android@next package include 'next' as string in version
5454

5555
def test_200_platform_update_android(self):

0 commit comments

Comments
 (0)