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

Fix code sample for assertion extension #178

Closed ysamlan closed 8 years ago

ysamlan commented 8 years ago

Static assertThat should return an Assert instance, not an instance of the object under test.

JakeWharton commented 8 years ago

Thanks!