Skip to content

Commit ccdf957

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

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

packages/image_picker/image_picker_platform_interface/test/method_channel_image_picker_test.dart

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1098,7 +1098,6 @@ void main() {
10981098

10991099
test('does not accept an invalid limit argument', () {
11001100
returnValue = <String>['0', '1'];
1101-
11021101
final Matcher throwsLimitArgumentError = throwsA(
11031102
isA<ArgumentError>()
11041103
.having((ArgumentError error) => error.name, 'name', 'limit')
@@ -1837,7 +1836,6 @@ void main() {
18371836

18381837
test('does not accept an invalid limit argument', () {
18391838
returnValue = <dynamic>['0', '1'];
1840-
18411839
final Matcher throwsLimitArgumentError = throwsA(
18421840
isA<ArgumentError>()
18431841
.having((ArgumentError error) => error.name, 'name', 'limit')

0 commit comments

Comments
 (0)