Skip to content

Commit

Permalink
fix: Another small fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mkranna committed Mar 31, 2023
1 parent b3a97df commit 2f515c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ def test_cookiecutter(session: Session, replay_file_path) -> None:
"-o",
cc_build_path,
)
os.chdir(cc_test_output)
session.chdir(cc_test_output)

session.run(
"pythonsed",
Expand Down

0 comments on commit 2f515c1

Please sign in to comment.