We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 778b82d commit 87a9df9Copy full SHA for 87a9df9
test/widgets/compose_box_test.dart
@@ -51,6 +51,8 @@ void main() {
51
if (narrow case ChannelNarrow(:var streamId) || TopicNarrow(: var streamId)) {
52
assert(store.streams.values.any((stream) => stream.streamId == streamId),
53
'Add a channel with "streamId" the same as of $narrow.streamId to the store.');
54
+ assert(store.users.values.any((user) => user.userId == account.userId),
55
+ 'Add an user with "userId" the same as of $account.userId to the store.');
56
}
57
await tester.pumpWidget(TestZulipApp(accountId: account.id,
58
child: Column(
0 commit comments