Daniel Zlotin 7 years ago
parent
commit
63fe64015c

+ 1
- 1
lib/android/app/src/test/java/com/reactnativenavigation/viewcontrollers/ParentControllerTest.java View File

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