lint test

This commit is contained in:
Deven Joshi
2021-05-05 17:58:50 +05:30
parent ad86cf0cd6
commit f5daa8f49c
14 changed files with 129 additions and 166 deletions
@@ -67,7 +67,7 @@ void main() {
client: client,
child: StreamChannel(
channel: channel,
child: Scaffold(
child: const Scaffold(
body: MessageInput(),
),
),
@@ -76,7 +76,7 @@ void main() {
expect(find.byType(TextField), findsOneWidget);
expect(find.byType(StreamSvgIcon), findsNWidgets(8));
expect(find.byKey(Key('messageInputText')), findsOneWidget);
expect(find.byKey(const Key('messageInputText')), findsOneWidget);
},
);
}