Daniel Zlotin 8 년 전
부모
커밋
63fe64015c
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      lib/android/app/src/test/java/com/reactnativenavigation/viewcontrollers/ParentControllerTest.java

+ 1
- 1
lib/android/app/src/test/java/com/reactnativenavigation/viewcontrollers/ParentControllerTest.java 파일 보기

@@ -81,7 +81,7 @@ public class ParentControllerTest extends BaseTest {
81 81
 	}
82 82
 
83 83
 	@Test
84
-	public void destory_DestorysChildren() throws Exception {
84
+	public void destroy_DestroysChildren() throws Exception {
85 85
 		ViewController child1 = spy(new SimpleViewController(activity, "child1"));
86 86
 		children.add(child1);
87 87