Fix code analysis errors
This commit is contained in:
parent
24cffc5057
commit
85faee64ea
9 changed files with 10 additions and 12 deletions
|
|
@ -25,8 +25,8 @@ import org.fnives.test.showcase.model.shared.Resource
|
|||
import org.fnives.test.showcase.network.mockserver.ContentData
|
||||
import org.fnives.test.showcase.network.mockserver.scenario.content.ContentScenario
|
||||
import org.fnives.test.showcase.network.mockserver.scenario.refresh.RefreshTokenScenario
|
||||
import org.fnives.test.showcase.network.testutil.MockServerScenarioSetupExtensions
|
||||
import org.fnives.test.showcase.network.shared.exceptions.NetworkException
|
||||
import org.fnives.test.showcase.network.testutil.MockServerScenarioSetupExtensions
|
||||
import org.junit.jupiter.api.AfterEach
|
||||
import org.junit.jupiter.api.Assertions
|
||||
import org.junit.jupiter.api.BeforeEach
|
||||
|
|
|
|||
|
|
@ -1,4 +1,3 @@
|
|||
package org.fnives.test.showcase.core.integration.fake
|
||||
|
||||
class CodeKataFavouriteContentLocalStorage {
|
||||
}
|
||||
class CodeKataFavouriteContentLocalStorage
|
||||
|
|
|
|||
|
|
@ -1,4 +1,3 @@
|
|||
package org.fnives.test.showcase.core.integration.fake
|
||||
|
||||
class CodeKataUserDataLocalStorage {
|
||||
}
|
||||
class CodeKataUserDataLocalStorage
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue