mirror of
https://github.com/hmalik144/EasyCC_Master.git
synced 2026-01-31 02:41:47 +00:00
Update MainActivityTest.java
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user