From 3c32aaadadcd4cdcdbadf2a19a488e92d30ef7c8 Mon Sep 17 00:00:00 2001 From: venvis <127123047+venvis@users.noreply.github.com> Date: Thu, 11 Apr 2024 12:36:44 +0200 Subject: [PATCH] Update tests.py --- tests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests.py b/tests.py index c71e4ea..861c701 100644 --- a/tests.py +++ b/tests.py @@ -106,7 +106,7 @@ def operative_part_txt(celex): else: assert False - def test_for_celex_id(celex): +def test_for_operative_part(celex): count_fail:int count_pass=0