Skip to content

Commit da4055b

Browse files
committed
Fix cocoa pod tests
1 parent b6beef6 commit da4055b

3 files changed

+1
-1
lines changed
Binary file not shown.
Binary file not shown.

tests/build/ios/plugin_ios_cocoa_pods_sandbox_tests.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ def setUp(self):
1919
Folder.cleanup(self.app_name)
2020

2121
def tearDown(self):
22-
File.replace("node_modules/nativescript/config/config.json", '"USE_POD_SANDBOX": true',
22+
File.replace(TEST_RUN_HOME + "node_modules/nativescript/config/config.json", '"USE_POD_SANDBOX": true',
2323
'"USE_POD_SANDBOX": false')
2424

2525
def test_100_plugin_add_sandbox_pod_can_write_in_app_folder(self):

0 commit comments

Comments
 (0)