Skip to content

Commit 034e6c1

Browse files
Update lib/src/builder.dart
Co-authored-by: Nate Bosch <[email protected]>
1 parent 4ff995f commit 034e6c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/src/builder.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2337,7 +2337,7 @@ Builder buildMocks(BuilderOptions options) {
23372337
'should be a string ending with `.dart`');
23382338
}
23392339
if (output is! String || !output.endsWith('.mocks.dart')) {
2340-
throw ArgumentError('Invalid key in build_extensions `$output`, it '
2340+
throw ArgumentError('Invalid value in build_extensions `$output`, it '
23412341
'should be a string ending with `mocks.dart`');
23422342
}
23432343
result[input] = [output];

0 commit comments

Comments
 (0)