diff --git a/tests/next_tests/integration_tests/multi_feature_tests/iterator_tests/test_with_toy_connectivity.py b/tests/next_tests/integration_tests/multi_feature_tests/iterator_tests/test_with_toy_connectivity.py index 64d6062af3..ded65bceaa 100644 --- a/tests/next_tests/integration_tests/multi_feature_tests/iterator_tests/test_with_toy_connectivity.py +++ b/tests/next_tests/integration_tests/multi_feature_tests/iterator_tests/test_with_toy_connectivity.py @@ -168,9 +168,7 @@ def first_vertex_neigh_of_first_edge_neigh_of_cells(in_vertices): return deref(shift(E2V, 0)(shift(C2E, 0)(in_vertices))) -def test_first_vertex_neigh_of_first_edge_neigh_of_cells_fencil( - program_processor, lift_mode -): +def test_first_vertex_neigh_of_first_edge_neigh_of_cells_fencil(program_processor, lift_mode): program_processor, validate = program_processor inp = vertex_index_field() out = gtx.np_as_located_field(Cell)(np.zeros([9], dtype=inp.dtype))