From ce5b6112960f67d7819b11a9b346da0d8f5fdb4d Mon Sep 17 00:00:00 2001 From: vahidrezanezhad Date: Thu, 14 Nov 2024 17:18:07 +0100 Subject: [PATCH] tests are passed - new models by the way should be uploaded --- tests/test_run.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_run.py b/tests/test_run.py index 2596dad..cdb715a 100644 --- a/tests/test_run.py +++ b/tests/test_run.py @@ -2,7 +2,7 @@ from pathlib import Path from ocrd_utils import pushd_popd from tests.base import CapturingTestCase as TestCase, main -from eynollah.cli import main as eynollah_cli +from eynollah.cli import layout as eynollah_cli testdir = Path(__file__).parent.resolve()