Skip to content

Commit 18bb12a

Browse files
committed
subscription_list test [nfc]: Remove unnecessary toList() call
1 parent 33924e6 commit 18bb12a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/widgets/subscription_list_test.dart

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ void main() {
2727
addTearDown(testBinding.reset);
2828
final initialSnapshot = eg.initialSnapshot(
2929
subscriptions: subscriptions,
30-
streams: subscriptions.toList(),
30+
streams: subscriptions,
3131
userTopics: userTopics,
3232
unreadMsgs: unreadMsgs,
3333
);

0 commit comments

Comments
 (0)