SNRK-66: better test
This commit is contained in:
parent
0ab26812f8
commit
57df19f1bf
@ -6,6 +6,6 @@ import kotlinx.coroutines.runBlocking
|
|||||||
class SomeTest {
|
class SomeTest {
|
||||||
@Test
|
@Test
|
||||||
fun testEssential() = runBlocking {
|
fun testEssential() = runBlocking {
|
||||||
buildDocument("./example")
|
buildDocument("../example")
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user