adventures-in / chat_app

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

Add unit test for DatabaseService.getMessagesStream #202

Open nickmeinhold opened 4 years ago

nickmeinhold commented 4 years ago

200 changed DatabaseService.getMessagesStream to use a stream controller and listen to the database stream, adding SectionDate's into the MessagesListItem list.

We should test