소스 검색

ios unit tests dont compile

Daniel Zlotin 7 년 전
부모
커밋
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