adventures-in / chat_app

A group effort to build a chat app and learn as we go.
18 stars 0 forks source link

Refactor for allowing conversations page widget tests #180

Closed gaslitbytech closed 4 years ago

gaslitbytech commented 4 years ago

Thanks @nickmeinhold for your pair programming on Wed and Sat.

Inspired by a few null exceptions when using the app I created tests and made the code a bit more robust as not to cause those exceptions in the first place.

gaslitbytech commented 4 years ago

we should break out any parts that can be split up into separate PRs then merge dev back in with the changes.

I agree it is desirable to keep them small and focused.