Prevent leaking inputViews between iOS unit tests (flutter/engine#35450)

This commit is contained in:
Jenn Magder 2022-08-17 11:15:05 -07:00 committed by GitHub
parent 934459b6e7
commit b2529fd20a

View File

@ -1137,6 +1137,7 @@ FLUTTER_ASSERT_ARC
@"composingExtent" : @3
}];
OCMVerify([mockInputView setInputDelegate:[OCMArg isNotNil]]);
[inputView removeFromSuperview];
}
}