Skip to content

Commit

Permalink
Prevent leaking inputViews between iOS unit tests (flutter#35450)
Browse files Browse the repository at this point in the history
  • Loading branch information
jmagman authored Aug 17, 2022
1 parent 3df3a6e commit f86e19f
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1137,6 +1137,7 @@ - (void)testInputViewsHasNonNilInputDelegate {
@"composingExtent" : @3
}];
OCMVerify([mockInputView setInputDelegate:[OCMArg isNotNil]]);
[inputView removeFromSuperview];
}
}

Expand Down

0 comments on commit f86e19f

Please sign in to comment.