summaryrefslogtreecommitdiffstats
path: root/updater_sample/tests/src/com/example/android/systemupdatersample/util/FileDownloaderTest.java
diff options
context:
space:
mode:
authorZhomart Mukhamejanov <zhomart@google.com>2018-05-10 23:45:03 +0200
committerGerrit Code Review <noreply-gerritcodereview@google.com>2018-05-10 23:45:03 +0200
commit7217e7045de6d86fdeb0230f354a9fb7ff6884df (patch)
tree51fe2e69094925fe64814351bc654d59fb124e91 /updater_sample/tests/src/com/example/android/systemupdatersample/util/FileDownloaderTest.java
parentMerge "updater_sample: add http header demo" (diff)
parentupdater_sample: fix UpdateConfig (diff)
downloadandroid_bootable_recovery-7217e7045de6d86fdeb0230f354a9fb7ff6884df.tar
android_bootable_recovery-7217e7045de6d86fdeb0230f354a9fb7ff6884df.tar.gz
android_bootable_recovery-7217e7045de6d86fdeb0230f354a9fb7ff6884df.tar.bz2
android_bootable_recovery-7217e7045de6d86fdeb0230f354a9fb7ff6884df.tar.lz
android_bootable_recovery-7217e7045de6d86fdeb0230f354a9fb7ff6884df.tar.xz
android_bootable_recovery-7217e7045de6d86fdeb0230f354a9fb7ff6884df.tar.zst
android_bootable_recovery-7217e7045de6d86fdeb0230f354a9fb7ff6884df.zip
Diffstat (limited to 'updater_sample/tests/src/com/example/android/systemupdatersample/util/FileDownloaderTest.java')
-rw-r--r--updater_sample/tests/src/com/example/android/systemupdatersample/util/FileDownloaderTest.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/updater_sample/tests/src/com/example/android/systemupdatersample/util/FileDownloaderTest.java b/updater_sample/tests/src/com/example/android/systemupdatersample/util/FileDownloaderTest.java
index 009610e86..a136ff0ed 100644
--- a/updater_sample/tests/src/com/example/android/systemupdatersample/util/FileDownloaderTest.java
+++ b/updater_sample/tests/src/com/example/android/systemupdatersample/util/FileDownloaderTest.java
@@ -16,7 +16,7 @@
package com.example.android.systemupdatersample.util;
-import static junit.framework.Assert.assertEquals;
+import static org.junit.Assert.assertEquals;
import android.content.Context;
import android.support.test.InstrumentationRegistry;