square / assertj-android

A set of AssertJ helpers geared toward testing Android.
https://square.github.io/assertj-android/
Apache License 2.0
1.58k stars 156 forks source link

Compare against expected value in ToastAssert#hasGravity(int) #210

Closed MariusVolkhart closed 8 years ago

MariusVolkhart commented 8 years ago

ToastAssert#hasGravity(int) was comparing against the real value instead of the expected value.