mirror of
https://github.com/SimpleMobileTools/Simple-Calculator.git
synced 2025-06-05 21:49:13 +02:00
fixed existing tests
This commit is contained in:
@@ -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");
|
||||
|
||||
|
Reference in New Issue
Block a user