Skip to content

Commit

Permalink
one more nit
Browse files Browse the repository at this point in the history
  • Loading branch information
kevmoo committed Oct 25, 2023
1 parent 444d240 commit d8088b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion checked_yaml/test/example_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ line 1, column 10: Unsupported value for "name". Cannot be empty.
});
}

void _expectThrows(String yamlContent, Object matcher) => expect(
void _expectThrows(String yamlContent, String matcher) => expect(
() => _run(yamlContent),
throwsA(
isA<ParsedYamlException>().having(
Expand Down

0 comments on commit d8088b4

Please sign in to comment.