Skip to content

Commit

Permalink
Adjust new test's setup after merging main
Browse files Browse the repository at this point in the history
  • Loading branch information
FirentisTFW committed Jan 15, 2025
1 parent 4f09736 commit 0045c27
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -945,9 +945,10 @@ - (void)testUpdatePlayingStateShouldNotResetRate {
uri:@"https://flutter.github.io/assets-for-api-docs/assets/videos/bee.mp4"
packageName:nil
formatHint:nil
httpHeaders:@{}];
httpHeaders:@{}
viewType:FVPPlatformVideoViewTypeTextureView];
NSNumber *textureId = [videoPlayerPlugin createWithOptions:create error:&error];
FVPVideoPlayer *player = videoPlayerPlugin.playersByTextureId[textureId];
FVPVideoPlayer *player = videoPlayerPlugin.playersById[textureId];

XCTestExpectation *initializedExpectation = [self expectationWithDescription:@"initialized"];
[player onListenWithArguments:nil
Expand Down

0 comments on commit 0045c27

Please sign in to comment.