Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
domdfcoding committed Mar 14, 2023
1 parent 48508d0 commit b85459f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_devenv.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ def test_devenv(temp_repo: Repo):
pyvenv_config: Dict[str, str] = read_pyvenv(venv_dir)

assert "prompt" in pyvenv_config
assert pyvenv_config["prompt"] == "(repo_helper_demo) "
assert pyvenv_config["prompt"] == "repo_helper_demo"

assert "repo_helper_devenv" in pyvenv_config
assert pyvenv_config["repo_helper_devenv"] == __version__
Expand Down

0 comments on commit b85459f

Please sign in to comment.