Commit 5c15b270 authored by Bartosz Wiśniewski's avatar Bartosz Wiśniewski Committed by Greg Spencer

Remove duplicated expect from text field test (#45081)

parent 2461c756
......@@ -1948,9 +1948,6 @@ void main() {
expect(() async {
await tester.pumpWidget(textFieldBuilder(minLines: 3, maxLines: 2));
}, throwsAssertionError);
expect(() async {
await tester.pumpWidget(textFieldBuilder(minLines: 3));
}, throwsAssertionError);
// maxLines defaults to 1 and can't be less than minLines
expect(() async {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment