Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
woutervh committed Oct 7, 2023
1 parent c9a6007 commit fd854ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_entrypoint.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ def test_autoset_pwd() -> None:
assert os.getcwd() == os.getenv("PWD_DIR")


def test_autoset_pwd(tmpdir) -> None:
def test_autoset_pwd_changed_dit(tmpdir) -> None:
assert os.getcwd() == os.getenv("PWD_DIR")

with change_working_directory(tmpdir):
Expand Down

0 comments on commit fd854ca

Please sign in to comment.