Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit b13caac

Browse files
add stopMocking back
1 parent 39e8eaa commit b13caac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

shell/platform/darwin/ios/framework/Source/FlutterTextInputPluginTest.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ - (void)setUp {
8181
- (void)tearDown {
8282
[[[[textInputPlugin textInputView] superview] subviews]
8383
makeObjectsPerformSelector:@selector(removeFromSuperview)];
84-
84+
[engine stopMocking];
8585
[super tearDown];
8686
}
8787

0 commit comments

Comments
 (0)