We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d77fb72 commit e935dc9Copy full SHA for e935dc9
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=Tns.NEXT_TAG, attributes={"--path": self.app_name})
52
- TnsAsserts.package_json_contains(self.app_name, [Tns.NEXT_TAG])
+ 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