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 6189983 commit fb67a9cCopy full SHA for fb67a9c
test/src/matchers_test.dart
@@ -55,7 +55,7 @@ void main() {
55
// ignore: deprecated_member_use_from_same_package
56
isRoute(named: '/test'),
57
isA<dynamic>().having(
58
- // Will remove this on a later PR
+ // Deprecation will be removed with https://github.com/VeryGoodOpenSource/mockingjay/pull/86
59
// ignore: avoid_dynamic_calls
60
(dynamic m) => m.whereName,
61
'whereName',
0 commit comments