From 53a0282cb561e55e918bf98936af66baef019783 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Romain=20Gon=C3=A7alves?= Date: Sun, 12 May 2024 21:15:26 +0200 Subject: wip: latest update from last year --- tests/test_core.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/test_core.py') diff --git a/tests/test_core.py b/tests/test_core.py index b209628..ddad4dd 100644 --- a/tests/test_core.py +++ b/tests/test_core.py @@ -7,7 +7,7 @@ from tests import conftest def test_get_option_arguments_ok(valid_arguments): - # core.get_option_arguments(schema, parameter, "mega-option") + core.get_option_arguments(schema, parameter, "mega-option") pass -- cgit v1.2.3