Skip to content

Commit bfba284

Browse files
rajveermalviyagnprice
authored andcommitted
notif test [nfc]: Make messages list returned by getActiveNotificationMessagingStyleByTag non-growable
This better simulates real bindings behaviour.
1 parent 3a47d07 commit bfba284

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)