fix: interceptor handlers

This commit is contained in:
Felix Angelov
2021-03-24 00:09:00 -05:00
parent 67f62d0692
commit 537bcf1abb
5 changed files with 49 additions and 48 deletions
@@ -871,7 +871,7 @@ void main() {
expect(channelState.messages[0], isNotNull);
expect(
channelState.messages[0].createdAt,
DateTime.parse('2,020-01-29T03:23:02.843948Z'),
DateTime.parse('2020-01-29T03:23:02.843948Z'),
);
expect(channelState.messages[0].user, isA<User>());
expect(channelState.watcherCount, 5);