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

Assert against the real value in BluetoothGattCharacteristicAssert#hasUuid() #197

Closed MariusVolkhart closed 8 years ago

MariusVolkhart commented 8 years ago

The assertion was comparing the provided value against the provided value. It now compares the actual value against the provided.