Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -67,4 +67,4 @@ public void clickDecrementButton_ChangesQuantityAndCost() {
onView(withId(R.id.cost_text_view)).check(matches(withText("$0.00")));

}
}
}