Skip to content

Commit

Permalink
detekt
Browse files Browse the repository at this point in the history
  • Loading branch information
MohamadJaara committed Jan 26, 2024
1 parent bbea3a0 commit 508aead
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,8 @@ class MigrateServerConfigUseCaseTest {
.withScalaServerConfig(ScalaServerConfig.ConfigUrl(customConfigUrl))
.withFetchServerConfigFromDeepLinkResult(GetServerConfigResult.Success(expected.links))
.withCurrentServerConfig(expected)

.arrange()

val result = useCase()
coVerify(exactly = 1) { arrangement.globalKaliumScope.fetchServerConfigFromDeepLink(customConfigUrl) }
assert(result.isRight())
Expand Down

0 comments on commit 508aead

Please sign in to comment.