From 3b0ed72151796313ee516fe92b089f72486ac1d1 Mon Sep 17 00:00:00 2001 From: Eneko Martin-Martinez Date: Fri, 22 Dec 2023 17:20:36 +0100 Subject: [PATCH] Run special characters xmile test --- .../pytest_integration/pytest_integration_xmile_pathway.py | 6 +++--- tests/test-models | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/tests/pytest_integration/pytest_integration_xmile_pathway.py b/tests/pytest_integration/pytest_integration_xmile_pathway.py index f2eef392..a422bb89 100644 --- a/tests/pytest_integration/pytest_integration_xmile_pathway.py +++ b/tests/pytest_integration/pytest_integration_xmile_pathway.py @@ -186,10 +186,10 @@ "folder": "smooth_and_stock", "file": "test_smooth_and_stock.xmile" }, marks=pytest.mark.xfail(reason="failing originally")), - "special_characters": pytest.param({ - "folder": "special_characters", + "special_characters": { + "folder": "special_characters_xmile", "file": "test_special_variable_names.xmile" - }, marks=pytest.mark.xfail(reason="failing originally")), + }, "sqrt": { "folder": "sqrt", "file": "test_sqrt.xmile" diff --git a/tests/test-models b/tests/test-models index 87d980f6..df9d4316 160000 --- a/tests/test-models +++ b/tests/test-models @@ -1 +1 @@ -Subproject commit 87d980f61c730efffc829e565cf375795f5af36a +Subproject commit df9d4316c0453f71d887eeb262695402d32a6d05