Skip to content

Commit 773cfc1

Browse files
committed
Add missing import
1 parent b745dcc commit 773cfc1

File tree

1 file changed

+2
-0
lines changed
  • packages/video_player/video_player_android/example/android/app/src/androidTest/java/io/flutter/plugins/videoplayerexample

1 file changed

+2
-0
lines changed

packages/video_player/video_player_android/example/android/app/src/androidTest/java/io/flutter/plugins/videoplayerexample/VideoPlayerUITest.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@
1414

1515
import androidx.test.ext.junit.rules.ActivityScenarioRule;
1616
import androidx.test.ext.junit.runners.AndroidJUnit4;
17+
18+
import org.junit.Ignore;
1719
import org.junit.Rule;
1820
import org.junit.Test;
1921
import org.junit.runner.RunWith;

0 commit comments

Comments
 (0)