Skip to content

Commit fb67a9c

Browse files
pietroidalestiago
andauthored
Update test/src/matchers_test.dart
Co-authored-by: Alejandro Santiago <[email protected]>
1 parent 6189983 commit fb67a9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/src/matchers_test.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ void main() {
5555
// ignore: deprecated_member_use_from_same_package
5656
isRoute(named: '/test'),
5757
isA<dynamic>().having(
58-
// Will remove this on a later PR
58+
// Deprecation will be removed with https://github.com/VeryGoodOpenSource/mockingjay/pull/86
5959
// ignore: avoid_dynamic_calls
6060
(dynamic m) => m.whereName,
6161
'whereName',

0 commit comments

Comments
 (0)