Skip to content

Commit

Permalink
fix: tests
Browse files Browse the repository at this point in the history
  • Loading branch information
germa89 committed Nov 19, 2024
1 parent d2067ca commit 94229a5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/test_mapdl.py
Original file line number Diff line number Diff line change
Expand Up @@ -2258,7 +2258,7 @@ def test_default_file_type_for_plots(mapdl):


@requires("matplotlib")
def test_use_vtk(mapdl):
def test_use_vtk(mapdl, cleared):
assert isinstance(mapdl.use_vtk, bool)

prev = mapdl.use_vtk
Expand Down
2 changes: 1 addition & 1 deletion tests/test_parameters.py
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,7 @@ def test_contain_iter(mapdl, cleared):


@pytest.mark.parametrize("number", [1 / 3, 1 / 7, 0.0181681816816816168168168])
def test_double_parameter_get(mapdl, number):
def test_double_parameter_get(mapdl, number, cleared):
# Running grpc method
mapdl.parameters["value"] = number

Expand Down

0 comments on commit 94229a5

Please sign in to comment.