We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e935dc9 commit c6a81a1Copy full SHA for c6a81a1
tests/build/PlatformAndroid_Tests.py
@@ -48,8 +48,8 @@ def test_130_platform_remove_and_platform_add_android_custom_version(self):
48
Tns.platform_remove(platform=Platforms.ANDROID, attributes={"--path": self.app_name})
49
50
# 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"])
+ Tns.platform_add_android(version="next", attributes={"--path": self.app_name})
+ TnsAsserts.package_json_contains(self.app_name, ["next"])
53
# tns-android@next package include 'next' as string in version
54
55
def test_200_platform_update_android(self):
0 commit comments