Skip to content

Commit 473da22

Browse files
authored
chore: update app size values (#474)
Size of ipa increased because of changes in tns-ios@6.4
1 parent 3cc02d8 commit 473da22

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/perf/app_size/test_app_size.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ def test_003_js_app_apk(self):
8282
@unittest.skipIf(Settings.HOST_OS != OSType.OSX, 'iOS tests can be executed only on macOS.')
8383
def test_102_js_app_ipa(self):
8484
ipa = TnsPaths.get_ipa_path(app_name=self.js_app, release=True, for_device=True)
85-
assert PerfUtils.is_value_in_range(actual=File.get_size(ipa), expected=14465180, tolerance=0.02)
85+
assert PerfUtils.is_value_in_range(actual=File.get_size(ipa), expected=14771400, tolerance=0.02)
8686

8787
def test_100_ng_app_app_resources(self):
8888
app_folder = os.path.join(TnsPaths.get_app_path(app_name=self.ng_app), 'App_Resources')
@@ -111,4 +111,4 @@ def test_102_ng_app_apk(self):
111111
@unittest.skipIf(Settings.HOST_OS != OSType.OSX, 'iOS tests can be executed only on macOS.')
112112
def test_102_ng_app_ipa(self):
113113
ipa = TnsPaths.get_ipa_path(app_name=self.ng_app, release=True, for_device=True)
114-
assert PerfUtils.is_value_in_range(actual=File.get_size(ipa), expected=14672899, tolerance=0.02)
114+
assert PerfUtils.is_value_in_range(actual=File.get_size(ipa), expected=14992306, tolerance=0.02)

0 commit comments

Comments
 (0)