File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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 )
You can’t perform that action at this time.
0 commit comments