fix tests

This commit is contained in:
Salvatore Giordano
2021-06-17 14:03:35 +02:00
parent 5cd9a3be53
commit c37faddd2e
4 changed files with 18 additions and 21 deletions
@@ -60,10 +60,6 @@ void main() {
)
]));
when(() => channelState.typingEvents).thenReturn([]);
when(() => channelState.typingEventsStream)
.thenAnswer((_) => Stream.value([]));
await tester.pumpWidget(MaterialApp(
home: StreamChat(
client: client,