We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da30f52 commit c212413Copy full SHA for c212413
model-server/src/test/kotlin/org/modelix/model/server/ModelClientV2Test.kt
@@ -174,9 +174,8 @@ class ModelClientV2Test {
174
val client = ModelClientV2.builder().url(url).client(client).build().also { it.init() }
175
val repositoryId = RepositoryId(UUID.randomUUID().toString())
176
client.initRepository(repositoryId)
177
-
178
client.deleteRepository(repositoryId)
179
- // repository should not exist here
+
180
val success = client.deleteRepository(repositoryId)
181
182
assertEquals(false, success)
0 commit comments