Skip to content

Commit e2c4971

Browse files
authored
test(ui): fix tests (#2500)
1 parent 547740f commit e2c4971

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/stream_chat_flutter/test/src/fakes.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ class FakeRecordPlatform extends Fake
111111
Future<void> create(String recorderId) async {}
112112

113113
@override
114-
Future<bool> hasPermission(String recorderId) async {
114+
Future<bool> hasPermission(String recorderId, {bool request = true}) async {
115115
return true;
116116
}
117117

0 commit comments

Comments
 (0)