Skip to content

Commit 99865f4

Browse files
committed
subscription_list test [nfc]: Remove unnecessary toList() call
1 parent 1964388 commit 99865f4

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
@@ -24,7 +24,7 @@ void main() {
2424
addTearDown(testBinding.reset);
2525
final initialSnapshot = eg.initialSnapshot(
2626
subscriptions: subscriptions,
27-
streams: subscriptions.toList(),
27+
streams: subscriptions,
2828
userTopics: userTopics,
2929
unreadMsgs: unreadMsgs,
3030
);

0 commit comments

Comments
 (0)