fix tests

This commit is contained in:
Salvatore Giordano
2022-04-07 10:50:00 +02:00
parent c37560ca9e
commit 1bb3c0566e
2 changed files with 4 additions and 4 deletions
@@ -83,7 +83,7 @@ void main() {
expect(find.text('test name'), findsOneWidget);
expect(find.text('1'), findsOneWidget);
expect(find.text('hello'), findsOneWidget);
expect(find.byType(ChannelAvatar), findsOneWidget);
expect(find.byType(StreamChannelAvatar), findsOneWidget);
},
);
}