diff --git a/tests/unit_tests/test_hexagonal_mesh.py b/tests/unit_tests/test_hexagonal_mesh.py index e464d81335..d76816e081 100644 --- a/tests/unit_tests/test_hexagonal_mesh.py +++ b/tests/unit_tests/test_hexagonal_mesh.py @@ -111,7 +111,7 @@ def test_correct_locations(model, run_in_tmpdir, estimator): assert tuple(df.loc[4]) == (0,-1,1,0) assert tuple(df.loc[5]) == (1,-1,0,0) -def test_meshsurface(model): +def test_meshsurface(model, run_in_tmpdir): tally, = model.tallies orientation = tally.filters[0].mesh.orientation