Skip to content

Commit

Permalink
Rename textureId to playerId in test file when using platform view
Browse files Browse the repository at this point in the history
  • Loading branch information
FirentisTFW committed Dec 5, 2024
1 parent b19ca86 commit f04ed06
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -895,7 +895,7 @@ - (void)testFailedToLoadVideoEventShouldBeAlwaysSent {
formatHint:nil
httpHeaders:@{}
viewType:[[FVPPlatformVideoViewTypeBox alloc]
initWithValue:FVPPlatformVideoViewTypePlatformView]];
initWithValue:FVPPlatformVideoViewTypeTextureView]];
NSNumber *textureId = [videoPlayerPlugin createWithOptions:create error:&error];
FVPVideoPlayer *player = videoPlayerPlugin.playersById[textureId];
XCTAssertNotNil(player);
Expand Down

0 comments on commit f04ed06

Please sign in to comment.