fixed wrong file name in tests

This commit is contained in:
Sergey Chernov 2025-05-28 14:37:54 +04:00
parent 47c061d2b4
commit 2130974929

View File

@ -195,7 +195,7 @@ class BookTest {
@Test @Test
fun testFromReal() = runTest { fun testFromReal() = runTest {
runDocTests("../docs/real.md") runDocTests("../docs/Real.md")
} }
} }