Skip to content

Commit

Permalink
Changed the handling of paths in test
Browse files Browse the repository at this point in the history
  • Loading branch information
coordt committed Dec 8, 2024
1 parent 8cad0c3 commit a1904ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_testing.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ def test_raises_error_if_output_dir_setting_is_file(self, pytester, tmp_path: Pa
pytester.makepyfile(
f"""
def test_forger_fixture(forger):
assert str(forger._output_dir) == "{output_dir}"
assert str(forger._output_dir.as_posix()) == "{output_dir.as_posix()}"
"""
)

Expand Down

0 comments on commit a1904ea

Please sign in to comment.