We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0773816 commit 47d43d6Copy full SHA for 47d43d6
aws-storage-s3/src/androidTest/java/com/amplifyframework/storage/s3/AWSS3StoragePathGetUrlTest.kt
@@ -15,7 +15,6 @@
15
package com.amplifyframework.storage.s3
16
17
import android.content.Context
18
-import android.util.Log
19
import androidx.test.core.app.ApplicationProvider
20
import aws.sdk.kotlin.services.s3.model.NotFound
21
import com.amplifyframework.auth.cognito.AWSCognitoAuthPlugin
@@ -36,7 +35,6 @@ import org.junit.Assert.assertThrows
36
35
import org.junit.Assert.assertTrue
37
import org.junit.BeforeClass
38
import org.junit.Test
39
-import java.net.URL
40
41
/**
42
* Instrumentation test for operational work on download.
0 commit comments