From d66f834e54adf440ac2bae8ace8fde3607468fa4 Mon Sep 17 00:00:00 2001 From: Yacine <16624109+yelhamer@users.noreply.github.com> Date: Thu, 24 Aug 2023 13:48:32 +0200 Subject: [PATCH] Update tests/test_scripts.py Co-authored-by: Moritz --- tests/test_scripts.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_scripts.py b/tests/test_scripts.py index f1511f33..e8ed6c37 100644 --- a/tests/test_scripts.py +++ b/tests/test_scripts.py @@ -75,7 +75,7 @@ def run_program(script_path, args): return subprocess.run(args, stdout=subprocess.PIPE) -@pytest.mark.xfail(reason="RD test files haven't been updated yet") +@pytest.mark.xfail(reason="result document test files haven't been updated yet") def test_proto_conversion(tmp_path): t = tmp_path / "proto-test" t.mkdir()