Skip to content

Commit d8088b4

Browse files
committed
one more nit
1 parent 444d240 commit d8088b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

checked_yaml/test/example_test.dart

+1-1
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ line 1, column 10: Unsupported value for "name". Cannot be empty.
114114
});
115115
}
116116

117-
void _expectThrows(String yamlContent, Object matcher) => expect(
117+
void _expectThrows(String yamlContent, String matcher) => expect(
118118
() => _run(yamlContent),
119119
throwsA(
120120
isA<ParsedYamlException>().having(

0 commit comments

Comments
 (0)