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

Commit 8722a94

Browse files
author
Chris Yang
committed
make unittest success
1 parent 8eab0d9 commit 8722a94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

shell/platform/darwin/ios/framework/Source/FlutterPlatformViewsTest.mm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ - (void)testCanCreatePlatformViewWithoutFlutterView {
219219
arguments:@{@"id" : @2, @"viewType" : @"MockFlutterPlatformView"}],
220220
result);
221221

222-
XCTAssertNil(gMockPlatformView);
222+
XCTAsserNottNil(gMockPlatformView);
223223
}
224224

225225
- (void)testChildClippingViewHitTests {

0 commit comments

Comments
 (0)