mirror of
https://github.com/hmalik144/EasyCC_Master.git
synced 2026-03-17 23:16:09 +00:00
Update MainActivityTest.java
This commit is contained in:
@@ -24,7 +24,7 @@ public class MainActivityTest {
|
|||||||
|
|
||||||
@Test
|
@Test
|
||||||
public void testViews(){
|
public void testViews(){
|
||||||
View view = mainActivity.findViewById(R.id.editTextSomething);
|
View view = mainActivity.findViewById(R.id.editText);
|
||||||
|
|
||||||
assertNotNull(view);
|
assertNotNull(view);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user