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

Commit 5483df7

Browse files
authored
Apply suggestions from code review
1 parent f984752 commit 5483df7

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -145,12 +145,9 @@ - (void)testTransformFix {
145145
FLTVideoPlayer *player = videoPlayerPlugin.playersByTextureId[textureMessage.textureId];
146146
XCTAssertNotNil(player);
147147
XCTestExpectation *initializedExpectation = [self expectationWithDescription:@"initialized"];
148-
__block NSDictionary<NSString *, id> *initializationEvent;
149148
[player onListenWithArguments:nil
150149
eventSink:^(NSDictionary<NSString *, id> *event) {
151150
if ([event[@"event"] isEqualToString:@"initialized"]) {
152-
initializationEvent = event;
153-
XCTAssertEqual(event.count, 4);
154151
[initializedExpectation fulfill];
155152
}
156153
}];

0 commit comments

Comments
 (0)