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-11 00:00:57 +0200
committerandroid-build-merger <android-build-merger@google.com>2018-05-11 00:00:57 +0200
commitcc65b655bb88d80964367cd92be42ff0ecdd3922 (patch)
treead7af8c019e59532b96ac38b33c345b1d1ced376 /updater_sample/tests/src/com/example/android/systemupdatersample/util/FileDownloaderTest.java
parentMerge "updater_sample: add http header demo" am: fe5b3e2b2d (diff)
parentMerge "updater_sample: fix UpdateConfig" (diff)
downloadandroid_bootable_recovery-cc65b655bb88d80964367cd92be42ff0ecdd3922.tar
android_bootable_recovery-cc65b655bb88d80964367cd92be42ff0ecdd3922.tar.gz
android_bootable_recovery-cc65b655bb88d80964367cd92be42ff0ecdd3922.tar.bz2
android_bootable_recovery-cc65b655bb88d80964367cd92be42ff0ecdd3922.tar.lz
android_bootable_recovery-cc65b655bb88d80964367cd92be42ff0ecdd3922.tar.xz
android_bootable_recovery-cc65b655bb88d80964367cd92be42ff0ecdd3922.tar.zst
android_bootable_recovery-cc65b655bb88d80964367cd92be42ff0ecdd3922.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;