Skip to content

Commit

Permalink
fix: path test
Browse files Browse the repository at this point in the history
  • Loading branch information
germa89 committed Dec 5, 2024
1 parent 2a8bf63 commit b763e2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_mapdl.py
Original file line number Diff line number Diff line change
Expand Up @@ -2219,7 +2219,7 @@ def test_inquire_invalid(mapdl, cleared):

def test_inquire_default(mapdl, cleared):
mapdl.title("heeeelloo")
assert Path(mapdl.directory) == Path(mapdl.inquire())
assert str(Path(mapdl.directory)) == str(Path(mapdl.inquire()))


def test_vwrite_error(mapdl, cleared):
Expand Down

0 comments on commit b763e2b

Please sign in to comment.