Skip to content

Commit

Permalink
refactor: remove unused private properties in module `owncloudComLibr…
Browse files Browse the repository at this point in the history
…ary`
  • Loading branch information
joragua committed Dec 11, 2024
1 parent c62ebdf commit a0b2e15
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,7 @@ class WebFingerResponseTest {
companion object {
private const val RESOURCES_PATH =
"src/test/responses/com.owncloud.android.lib.resources.webfinger.responses"
private const val EXAMPLE_RESPONSE_JSON = "$RESOURCES_PATH/simple_response.json"
private const val TOO_MUCH_INFORMATION_JSON = "$RESOURCES_PATH/to_much_information_response.json"
private const val BROKEN_JSON = "$RESOURCES_PATH/broken_response.json"
private const val NOT_CONTAINING_RELEVANT_INFORMATION_JSON = "$RESOURCES_PATH/not_containing_relevant_info_response.json"
}
}

0 comments on commit a0b2e15

Please sign in to comment.