From a340e9fb3266e2d704c07efe9081ee295380d936 Mon Sep 17 00:00:00 2001 From: Roman Korostinskiy <70313618+c71n93@users.noreply.github.com> Date: Wed, 11 Oct 2023 11:32:48 +0300 Subject: [PATCH] #29 fix pdd todo size --- src/test/kotlin/org/objectionary/deog/unit/graph/TestBase.kt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/test/kotlin/org/objectionary/deog/unit/graph/TestBase.kt b/src/test/kotlin/org/objectionary/deog/unit/graph/TestBase.kt index 1375ca2..734f4e9 100644 --- a/src/test/kotlin/org/objectionary/deog/unit/graph/TestBase.kt +++ b/src/test/kotlin/org/objectionary/deog/unit/graph/TestBase.kt @@ -30,7 +30,8 @@ import kotlin.test.assertEquals /** * Common interface for all test classes * - * @todo #29:90m/DEV Integration tests needs to be added + * @todo #29:90m/DEV Integration tests needs to be added. It is necessary to come up with the output format of the + * entire program */ interface TestBase { /**