Skip to content

Commit 2aa2a28

Browse files
benedekhlanguitar
andcommitted
fix(model-client): simplify delete non-existing repository test
Co-authored-by: Johannes Wienke <[email protected]>
1 parent c212413 commit 2aa2a28

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

model-server/src/test/kotlin/org/modelix/model/server/ModelClientV2Test.kt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -173,8 +173,6 @@ class ModelClientV2Test {
173173
val url = "http://localhost/v2"
174174
val client = ModelClientV2.builder().url(url).client(client).build().also { it.init() }
175175
val repositoryId = RepositoryId(UUID.randomUUID().toString())
176-
client.initRepository(repositoryId)
177-
client.deleteRepository(repositoryId)
178176

179177
val success = client.deleteRepository(repositoryId)
180178

0 commit comments

Comments
 (0)