Skip to content
This repository has been archived by the owner on Oct 22, 2024. It is now read-only.

Remove dynamic invocation #205

Closed
wants to merge 10 commits into from
Prev Previous commit
Next Next commit
Change in type check output
  • Loading branch information
natebosch committed Mar 16, 2023
commit f277c91ead7c3b925ded75ac4542d182f10b9343
2 changes: 1 addition & 1 deletion test/core_matchers_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ void main() {
r' Actual: <Closure.*>'
r' Which: threw StateError:<Bad state: X>'));
shouldFail('not a function', returnsNormally,
contains('not an <Instance of \'Function\'>'));
contains('not an <Instance of \'() => dynamic\'>'));
});

test('hasLength', () {
Expand Down