From c12db8045c809cbf12d1806806727a376144a1fc Mon Sep 17 00:00:00 2001 From: Nathan Azaria Date: Tue, 5 Jul 2016 03:13:30 -0700 Subject: [PATCH] Removed calls to RCTBundleURLProvider setDefaults Reviewed By: javache Differential Revision: D3516105 fbshipit-source-id: ea92714378f3d2be189b59b1b76d3e689aeac4c7 --- .../UIExplorer/UIExplorerUnitTests/RCTBundleURLProviderTests.m | 1 - 1 file changed, 1 deletion(-) diff --git a/Examples/UIExplorer/UIExplorerUnitTests/RCTBundleURLProviderTests.m b/Examples/UIExplorer/UIExplorerUnitTests/RCTBundleURLProviderTests.m index bb044887c..3f0956b53 100644 --- a/Examples/UIExplorer/UIExplorerUnitTests/RCTBundleURLProviderTests.m +++ b/Examples/UIExplorer/UIExplorerUnitTests/RCTBundleURLProviderTests.m @@ -60,7 +60,6 @@ static NSURL *ipBundleURL() RCTSwapInstanceMethods([NSBundle class], @selector(URLForResource:withExtension:), @selector(RCT_URLForResource:withExtension:)); - [[RCTBundleURLProvider sharedSettings] setDefaults]; } - (void)tearDown