Skip to content

Commit c212413

Browse files
committed
fix(model-client): remove unnecessary comment
1 parent da30f52 commit c212413

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -174,9 +174,8 @@ class ModelClientV2Test {
174174
val client = ModelClientV2.builder().url(url).client(client).build().also { it.init() }
175175
val repositoryId = RepositoryId(UUID.randomUUID().toString())
176176
client.initRepository(repositoryId)
177-
178177
client.deleteRepository(repositoryId)
179-
// repository should not exist here
178+
180179
val success = client.deleteRepository(repositoryId)
181180

182181
assertEquals(false, success)

0 commit comments

Comments
 (0)