Przeglądaj źródła

ios unit tests dont compile

Daniel Zlotin 7 lat temu
rodzic
commit
7a2af5e36e

+ 1
- 2
ios/ReactNativeNavigationTests/RNNRootViewControllerTest.m Wyświetl plik

@@ -18,10 +18,9 @@
18 18
 
19 19
 
20 20
 - (void)sendsEventOnAppear {
21
-	NSMutableDictionary* params = @{};
21
+	NSDictionary* params = @{};
22 22
 	RNNRootViewController* uut = [[RNNRootViewController alloc] initWithNode:[RNNLayoutNode create:params]];
23 23
 	[uut viewDidAppear:true];
24
-	
25 24
 }
26 25
 
27 26