Skip to content

Commit

Permalink
subscription_list test [nfc]: Remove unnecessary toList() call
Browse files Browse the repository at this point in the history
  • Loading branch information
Khader-1 committed Aug 12, 2024
1 parent 0a9cf7f commit a46a175
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/widgets/subscription_list_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ void main() {
addTearDown(testBinding.reset);
final initialSnapshot = eg.initialSnapshot(
subscriptions: subscriptions,
streams: subscriptions.toList(),
streams: subscriptions,
userTopics: userTopics,
unreadMsgs: unreadMsgs,
);
Expand Down

0 comments on commit a46a175

Please sign in to comment.