From 667642c2658cfa0e7542d2c8157964e9cbc58320 Mon Sep 17 00:00:00 2001 From: Nicoletta Farabullini <41536517+nfarabullini@users.noreply.github.com> Date: Mon, 2 Dec 2024 21:18:10 +0100 Subject: [PATCH] Update tests/next_tests/integration_tests/cases.py Co-authored-by: Till Ehrengruber --- tests/next_tests/integration_tests/cases.py | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/tests/next_tests/integration_tests/cases.py b/tests/next_tests/integration_tests/cases.py index b78393c161..69c60eb25d 100644 --- a/tests/next_tests/integration_tests/cases.py +++ b/tests/next_tests/integration_tests/cases.py @@ -506,10 +506,8 @@ def unstructured_case( @pytest.fixture -def unstructured_case_3d( - mesh_descriptor, - exec_alloc_descriptor: test_definitions.EmbeddedDummyBackend | next_backend.Backend, -): +def unstructured_case_3d(unstructured_case): + return dataclasses.replace(unstructured_case, default_sizes={**unstructured_case.default_sizes, KDim: 10}, offset_provider={**unstructured_case.offset_provider, "KOff": KDim}) new_offset_provider = {**mesh_descriptor.offset_provider, "KOff": KDim} yield Case( None