Skip to content
Merged
Prev Previous commit
Next Next commit
Fix unit test update copypasta
  • Loading branch information
stuartmorgan-g committed Jul 7, 2025
commit a3d65e1a097e0ab5b267d23b48d78f9ff2bc662b
Original file line number Diff line number Diff line change
Expand Up @@ -346,7 +346,7 @@ void main() {
final VerificationResult verification = verify(api.create(captureAny));
final CreationOptions creationOptions =
verification.captured[0] as CreationOptions;
expect(creationOptions.viewType, PlatformVideoViewType.platformView);
expect(creationOptions.viewType, PlatformVideoViewType.textureView);
expect(playerId, newPlayerId);
expect(player.playerViewStates[newPlayerId],
const VideoPlayerTextureViewState(textureId: newPlayerId));
Expand Down