We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31c85e9 commit b241fc0Copy full SHA for b241fc0
test/model/message_list_test.dart
@@ -127,7 +127,7 @@ void main() {
127
128
Future<void> prepareOutboxMessages({
129
required int count,
130
- required int channelId,
+ int channelId = eg.defaultStreamMessageStreamId,
131
String topic = 'some topic',
132
}) async {
133
for (int i = 0; i < count; i++) {
@@ -920,7 +920,7 @@ void main() {
920
921
Future<void> prepareFailedOutboxMessages(FakeAsync async, {
922
923
924
925
926
0 commit comments