Skip to content

Commit a70758f

Browse files
committed
[image_picker] Improve interface tests
1 parent 070a881 commit a70758f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/image_picker/image_picker_platform_interface/test/method_channel_image_picker_test.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1096,7 +1096,7 @@ void main() {
10961096
);
10971097
});
10981098

1099-
test('does not accept a invalid limit argument', () {
1099+
test('does not accept an invalid limit argument', () {
11001100
returnValue = <String>['0', '1'];
11011101

11021102
final Matcher throwsLimitArgumentError = throwsA(

0 commit comments

Comments
 (0)