diff --git a/app/src/androidTest/java/com/example/android/teatime/OrderActivityBasicTest.java b/app/src/androidTest/java/com/example/android/teatime/OrderActivityBasicTest.java index 07fb8ea9..87b8e04c 100644 --- a/app/src/androidTest/java/com/example/android/teatime/OrderActivityBasicTest.java +++ b/app/src/androidTest/java/com/example/android/teatime/OrderActivityBasicTest.java @@ -31,8 +31,8 @@ import org.junit.runner.RunWith; /** - * This test demos a user clicking the decrement button and verifying that it properly decrease - * the quantity the total cost. + * This test demos a user clicking the decrement button and verifying that it properly decreases + * the quantity and the total cost. */ @RunWith(AndroidJUnit4.class) @@ -67,4 +67,4 @@ public void clickDecrementButton_ChangesQuantityAndCost() { onView(withId(R.id.cost_text_view)).check(matches(withText("$0.00"))); } -} \ No newline at end of file +}