fixed existing tests
This commit is contained in:
parent
43ad7a31bd
commit
35369ab684
|
@ -1,6 +0,0 @@
|
|||
package com.simplemobiletools.calculator
|
||||
|
||||
import android.app.Application
|
||||
import android.test.ApplicationTestCase
|
||||
|
||||
class ApplicationTest : ApplicationTestCase<Application>(Application::class.java)
|
|
@ -203,7 +203,7 @@ public class MainActivityTest {
|
|||
checkFormula("40/5");
|
||||
|
||||
press(R.id.btn_2);
|
||||
press(R.id.btn_percent);
|
||||
press(R.id.btn_equals);
|
||||
checkResult("64");
|
||||
checkFormula("8^2");
|
||||
|
||||
|
|
Loading…
Reference in New Issue