android / architecture-samples

A collection of samples to discuss and showcase different architectural tools and patterns for Android apps.
Apache License 2.0
44.3k stars 11.62k forks source link

Refactor tests to use assertEquals #913

Closed dturner closed 1 year ago

dturner commented 1 year ago

I've refactored TasksDaoTest to:

Also did a very minor tidy up to AddEditTaskScreenTest to swap expected and actual values as they were the wrong way round.