Daniel Zlotin 7 years ago
parent
commit
63fe64015c

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

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