From af3233935ecdfa96b7f9bb0891b5763108e35527 Mon Sep 17 00:00:00 2001 From: ArnauBN <117755502+ArnauBN@users.noreply.github.com> Date: Sun, 1 Jun 2025 16:44:31 +0200 Subject: [PATCH 1/2] check test fail --- tests/conftest.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/conftest.py b/tests/conftest.py index ad7153c..b2635a2 100644 --- a/tests/conftest.py +++ b/tests/conftest.py @@ -74,7 +74,7 @@ def tokenizer_expected() -> List[Token]: @pytest.fixture def parser_expected(): scopes = [ - Scope(name="one_3hello0", template=None), + Scope(name="on_3hello0", template=None), Scope(name="tconstwo", template="") ] return FQN(name="three", From e522f84b4fdfeaffd5bb52803feb3f3ef4dcaaa6 Mon Sep 17 00:00:00 2001 From: ArnauBN <117755502+ArnauBN@users.noreply.github.com> Date: Sun, 1 Jun 2025 16:46:30 +0200 Subject: [PATCH 2/2] check test fail revert --- tests/conftest.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/conftest.py b/tests/conftest.py index b2635a2..ad7153c 100644 --- a/tests/conftest.py +++ b/tests/conftest.py @@ -74,7 +74,7 @@ def tokenizer_expected() -> List[Token]: @pytest.fixture def parser_expected(): scopes = [ - Scope(name="on_3hello0", template=None), + Scope(name="one_3hello0", template=None), Scope(name="tconstwo", template="") ] return FQN(name="three",