Skip to content

Commit 31864fc

Browse files
committed
chore: renamed test method testModelQLEndpoint to modelqlSmokeTest
1 parent 1698a47 commit 31864fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ class ModelClientV2Test {
9090
}
9191

9292
@Test
93-
fun testModelQLEndpoint() = runTest {
93+
fun modelqlSmokeTest() = runTest {
9494
val url = "http://localhost/v2"
9595
val client = ModelClientV2.builder().url(url).client(client).build().also { it.init() }
9696

0 commit comments

Comments
 (0)