From 2130974929305dbfd788abd5273c1de95fec2f11 Mon Sep 17 00:00:00 2001 From: sergeych Date: Wed, 28 May 2025 14:37:54 +0400 Subject: [PATCH] fixed wrong file name in tests --- library/src/jvmTest/kotlin/BookTest.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/src/jvmTest/kotlin/BookTest.kt b/library/src/jvmTest/kotlin/BookTest.kt index 0e40fc2..9c50227 100644 --- a/library/src/jvmTest/kotlin/BookTest.kt +++ b/library/src/jvmTest/kotlin/BookTest.kt @@ -195,7 +195,7 @@ class BookTest { @Test fun testFromReal() = runTest { - runDocTests("../docs/real.md") + runDocTests("../docs/Real.md") } } \ No newline at end of file