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

Commit e8bbf4c

Browse files
committed
Remove fail
1 parent db019ec commit e8bbf4c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

packages/video_player/video_player/example/ios/RunnerTests/VideoPlayerTests.m

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -126,8 +126,6 @@ - (void)testAudioControls {
126126
initializationEvent = event;
127127
XCTAssertEqual(event.count, 4);
128128
[initializedExpectation fulfill];
129-
} else {
130-
XCTFail(@"Unexpected event: %@", event);
131129
}
132130
}];
133131
[self waitForExpectationsWithTimeout:1.0 handler:nil];

0 commit comments

Comments
 (0)