Skip to content
This repository was archived by the owner on Mar 19, 2024. It is now read-only.

Commit 70bf35f

Browse files
committed
Remove unused imports
1 parent 1afa124 commit 70bf35f

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

owncloudComLibrary/src/test/java/com/owncloud/android/lib/resources/shares/responses/ShareeResponseTest.kt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@
2525
package com.owncloud.android.lib.resources.shares.responses
2626

2727
import com.owncloud.android.lib.resources.CommonOcsResponse
28-
import com.owncloud.android.lib.resources.webfinger.responses.WebfingerJrdResponse
2928
import com.squareup.moshi.JsonAdapter
3029
import com.squareup.moshi.Moshi
3130
import com.squareup.moshi.Types
@@ -91,4 +90,4 @@ class ShareeResponseTest {
9190
val EXAMPLE_RESPONSE_JSON = "$RESOURCES_PATH/example_sharee_response.json"
9291
val EMPTY_RESPONSE_JSON = "$RESOURCES_PATH/empty_sharee_response.json"
9392
}
94-
}
93+
}

owncloudComLibrary/src/test/java/com/owncloud/android/lib/resources/webfinger/responses/WebfingerResponseTest.kt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ import com.squareup.moshi.JsonAdapter
44
import com.squareup.moshi.JsonDataException
55
import com.squareup.moshi.Moshi
66
import org.junit.Assert
7-
import org.junit.Assert.assertThrows
87
import org.junit.Before
98
import org.junit.Test
109
import java.io.File
@@ -48,4 +47,4 @@ class WebfingerResponseTest {
4847
val BROKEN_JSON = "$RESOURCES_PATH/broken_response.json"
4948
val NOT_CONTAINING_RELEVANT_INFORMATION_JSON = "$RESOURCES_PATH/not_containing_relevant_info_response.json"
5049
}
51-
}
50+
}

0 commit comments

Comments
 (0)