Skip to content

Commit 0253e0a

Browse files
committed
remove unused argument in test
1 parent 503af5e commit 0253e0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/tree/test_tree_interpolation.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ def order_func(n):
119119
"faces_z",
120120
],
121121
)
122-
def test_zeros_outside(dim, mesh_locs, zeros_outside):
122+
def test_zeros_outside(dim, mesh_locs):
123123
if dim == 2 and "z" in mesh_locs:
124124
pytest.skip()
125125

0 commit comments

Comments
 (0)