Skip to content

Commit 1152d94

Browse files
notif test [nfc]: Make messages list returned by getActiveNotificationMessagingStyleByTag non-growable
This better simulates real bindings behaviour.
1 parent fb10702 commit 1152d94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/model/binding.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -622,7 +622,7 @@ class FakeAndroidNotificationHostApi implements AndroidNotificationHostApi {
622622
key: message.person.key,
623623
name: message.person.name,
624624
iconBitmap: null)),
625-
).toList());
625+
).toList(growable: false));
626626
}
627627
}
628628

0 commit comments

Comments
 (0)