Skip to content

Commit 9a8cda0

Browse files
committed
[image_picker] Improve interface tests
1 parent a70758f commit 9a8cda0

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
@@ -1073,7 +1073,7 @@ void main() {
10731073
);
10741074
});
10751075

1076-
test('does not accept a invalid imageQuality argument', () {
1076+
test('does not accept an invalid imageQuality argument', () {
10771077
returnValue = <String>['0', '1'];
10781078
expect(
10791079
() => picker.getMedia(

0 commit comments

Comments
 (0)