Skip to content

Commit 3831fce

Browse files
committed
chore: minor change
1 parent 6646320 commit 3831fce

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

packages/stream_feeds/test/state/comment_list_test.dart

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,13 @@ import 'package:test/test.dart';
77

88
import '../test_utils.dart';
99

10-
class FakeQueryCommentsRequest extends Fake implements QueryCommentsRequest {}
11-
1210
void main() {
1311
late StreamFeedsClient client;
1412
late MockDefaultApi feedsApi;
1513
late MockWebSocketChannel webSocketChannel;
1614

1715
setUpAll(() {
18-
registerFallbackValue(FakeQueryCommentsRequest());
16+
registerFallbackValue(const QueryCommentsRequest(filter: {}));
1917
});
2018

2119
setUp(() {

0 commit comments

Comments
 (0)