From 1b7c87b81313bca47a6847f203be329a63decff3 Mon Sep 17 00:00:00 2001 From: yy1717 <fctom1215@outlook.com> Date: 星期四, 16 四月 2020 18:15:05 +0800 Subject: [PATCH] Merge branch 'master' of https://gitee.com/endian11/DriveJudge --- app/src/androidTest/java/safeluck/drive/evaluation/ExampleInstrumentedTest.java | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/app/src/androidTest/java/safeluck/drive/evaluation/ExampleInstrumentedTest.java b/app/src/androidTest/java/safeluck/drive/evaluation/ExampleInstrumentedTest.java index 30135cd..9357019 100644 --- a/app/src/androidTest/java/safeluck/drive/evaluation/ExampleInstrumentedTest.java +++ b/app/src/androidTest/java/safeluck/drive/evaluation/ExampleInstrumentedTest.java @@ -1,8 +1,9 @@ package safeluck.drive.evaluation; import android.content.Context; -import android.support.test.InstrumentationRegistry; -import android.support.test.runner.AndroidJUnit4; + +import androidx.test.InstrumentationRegistry; +import androidx.test.runner.AndroidJUnit4; import org.junit.Test; import org.junit.runner.RunWith; -- Gitblit v1.8.0