Skip to content

Commit f56963a

Browse files
committed
lint
1 parent 85c6d6f commit f56963a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

aws-storage-s3/src/test/java/com/amplifyframework/storage/s3/AWSS3StoragePluginTest.kt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ class AWSS3StoragePluginTest {
4040

4141
var context: Context = ApplicationProvider.getApplicationContext()
4242

43-
4443
private val storageServiceFactory = mockk<AWSS3StorageService.Factory> {
4544
every { create(any(), any(), any(), any(), any()) } returns mockk<AWSS3StorageService>()
4645
}

0 commit comments

Comments
 (0)