ソースを参照

ios unit tests dont compile

Daniel Zlotin 8 年 前
コミット
7a2af5e36e
共有1 個のファイルを変更した1 個の追加2 個の削除を含む
  1. 1
    2
      ios/ReactNativeNavigationTests/RNNRootViewControllerTest.m

+ 1
- 2
ios/ReactNativeNavigationTests/RNNRootViewControllerTest.m ファイルの表示

@@ -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