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

Commit 3033209

Browse files
committed
Use mockExoplayer.
1 parent 306b257 commit 3033209

File tree

1 file changed

+1
-1
lines changed
  • packages/video_player/video_player/android/src/test/java/io/flutter/plugins/videoplayer

1 file changed

+1
-1
lines changed

packages/video_player/video_player/android/src/test/java/io/flutter/plugins/videoplayer/VideoPlayerTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ public void videoPlayerSendInitializedSetsRotationForRotationDegrees180() {
4040
"",
4141
new HashMap<String, String>(),
4242
mock(VideoPlayerOptions.class),
43-
null
43+
mockExoPlayer
4444
);
4545
QueuingEventSink mockEventSink = mock(QueuingEventSink.class);
4646
player.eventSink = mockEventSink;

0 commit comments

Comments
 (0)