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 c212413 commit 2aa2a28Copy full SHA for 2aa2a28
model-server/src/test/kotlin/org/modelix/model/server/ModelClientV2Test.kt
@@ -173,8 +173,6 @@ class ModelClientV2Test {
173
val url = "http://localhost/v2"
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
- client.deleteRepository(repositoryId)
178
179
val success = client.deleteRepository(repositoryId)
180
0 commit comments