Skip to content

Commit

Permalink
Fix analysis issue with latest dev release (#236)
Browse files Browse the repository at this point in the history
  • Loading branch information
kevmoo committed Apr 8, 2022
1 parent e83c373 commit 5b43ad7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/functions_test.dart
Expand Up @@ -136,7 +136,7 @@ void main() {
test('returns null for an empty iterable', () {
expect(
maxBy([], expectAsync1((dynamic _) {}, count: 0),
compare: expectAsync2((dynamic _, dynamic __) => null, count: 0)),
compare: expectAsync2((dynamic _, dynamic __) => 0, count: 0)),
isNull);
});

Expand Down

0 comments on commit 5b43ad7

Please sign in to comment.