Skip to content
This repository has been archived by the owner on Mar 11, 2022. It is now read-only.

Commit

Permalink
fixing tests
Browse files Browse the repository at this point in the history
  • Loading branch information
leandroBorgesFerreira committed Aug 3, 2017
1 parent 5bb7100 commit 1a1790e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ class SwipeButtonInstrumentedTest {
fun shouldCreateButtonCorrectly() {
test { } result {
checkButtonIsDisabled(activityTest.activity.swipeBtnDisabled as SwipeButton)
checkButtonIsEnabled(activityTest.activity.swipeBtnDisabled as SwipeButton)
checkButtonIsEnabled(activityTest.activity.swipeBtnEnabled as SwipeButton)
shouldBeginWithRightText("SWIPE")
}
}
Expand Down

0 comments on commit 1a1790e

Please sign in to comment.