From e9130b50d9f5fffd79409f7d4849a534b3488248 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20Roos?= <105842014+roosre@users.noreply.github.com> Date: Tue, 28 Nov 2023 14:31:01 +0100 Subject: [PATCH] Update tests/rst_only_workflow_test.py Co-authored-by: Kathy Pippert <84872299+PipKat@users.noreply.github.com> --- tests/rst_only_workflow_test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/rst_only_workflow_test.py b/tests/rst_only_workflow_test.py index f3192af24..cb5b30312 100644 --- a/tests/rst_only_workflow_test.py +++ b/tests/rst_only_workflow_test.py @@ -24,7 +24,7 @@ def test_composite_model_with_rst_only(dpf_server, data_files, distributed_rst): - """Test features of the composite model whith sectin data from the RST file only.""" + """Test features of the composite model with section data from the RST file only.""" if distributed_rst: # TODO: remove once backend issue #856638 is resolved pytest.xfail("The mesh property provider operator does not yet support distributed RST.")