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

Call correct method for AbstractViewAssert#canResolveTextAlignment() #204

Closed MariusVolkhart closed 8 years ago

MariusVolkhart commented 8 years ago

View#canResolveLayoutDirection() was erroneously being called where View#canResolveTextAlignment() was intended.