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 1698a47 commit 31864fcCopy full SHA for 31864fc
model-server/src/test/kotlin/org/modelix/model/server/ModelClientV2Test.kt
@@ -90,7 +90,7 @@ class ModelClientV2Test {
90
}
91
92
@Test
93
- fun testModelQLEndpoint() = runTest {
+ fun modelqlSmokeTest() = runTest {
94
val url = "http://localhost/v2"
95
val client = ModelClientV2.builder().url(url).client(client).build().also { it.init() }
96
0 commit comments