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 4641a1f commit 7a573dbCopy full SHA for 7a573db
test/api/model/reaction_test.dart
@@ -7,7 +7,7 @@ import 'model_checks.dart';
7
void main() {
8
group('Reactions', () {
9
// helper to cut out "it()..isA<ReactionWithVotes>()" goo for callers
10
- matchesReactions(List<Reaction> reactions) {
+ Condition<Object?> matchesReactions(List<Reaction> reactions) {
11
return (Subject<Object?> it) => it.isA<ReactionWithVotes>().matchesReactions(reactions);
12
}
13
0 commit comments