You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
message test [nfc]: Add a MessageListView, optionally
Some of the existing tests of MessageListView in message_list_test.dart
are really almost entirely about acting on individual messages rather
than message lists. They therefore belong as tests of the overall
message store, to live in this file.
With that "almost", though, they have a few ties to actually testing
the MessageListView itself -- notably, its notification behavior.
So to simplify converting them and moving them into this file,
we add a MessageListView they can use. This logic is largely
copied from message_list_test.dart.
0 commit comments