Update MainActivityTest.java

This commit is contained in:
2019-02-23 16:33:44 +11:00
committed by GitHub
parent 3682965e2d
commit cbe7cbf332

View File

@@ -24,7 +24,7 @@ public class MainActivityTest {
@Test
public void testViews(){
View view = mainActivity.findViewById(R.id.editText);
View view = mainActivity.findViewById(R.id.editTextSomething);
assertNotNull(view);
}
@@ -33,4 +33,4 @@ public class MainActivityTest {
public void TearDown() throws Exception{
mainActivity = null;
}
}
}