From 8c59644bf8be23994cc33f0ebf593c0734df70e3 Mon Sep 17 00:00:00 2001 From: Jing Chen Date: Tue, 5 Jul 2016 14:06:57 -0700 Subject: [PATCH] Reverted commit D3516105 Reviewed By: javache Differential Revision: D3516105 fbshipit-source-id: 7454ffced51267a1b1fd9850f63bc3eba9868571 --- .../UIExplorer/UIExplorerUnitTests/RCTBundleURLProviderTests.m | 1 + 1 file changed, 1 insertion(+) diff --git a/Examples/UIExplorer/UIExplorerUnitTests/RCTBundleURLProviderTests.m b/Examples/UIExplorer/UIExplorerUnitTests/RCTBundleURLProviderTests.m index 3f0956b53..bb044887c 100644 --- a/Examples/UIExplorer/UIExplorerUnitTests/RCTBundleURLProviderTests.m +++ b/Examples/UIExplorer/UIExplorerUnitTests/RCTBundleURLProviderTests.m @@ -60,6 +60,7 @@ static NSURL *ipBundleURL() RCTSwapInstanceMethods([NSBundle class], @selector(URLForResource:withExtension:), @selector(RCT_URLForResource:withExtension:)); + [[RCTBundleURLProvider sharedSettings] setDefaults]; } - (void)tearDown