Skip to content

Commit

Permalink
fix: Correct spelling error
Browse files Browse the repository at this point in the history
  • Loading branch information
Stephen-RA-King committed Mar 27, 2022
1 parent 52a106c commit 143151b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_mkproject.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ def test_mkproject_nove(monkeypatch, create_env, mock_get_env):
result = runner.invoke(pynball.mkproject, ["3.6.8", "project2"])
assert result.exit_code == 0
assert result.output == (
"WARNING: Virtualenv-wrapper is not configured on you system:\n"
"WARNING: Virtualenv-wrapper is not configured on your system:\n"
" Please install Virtualenv and Virtualenv-wrapper and configure\n"
" 'WORKON_HOME' and 'PROJECT_HOME' environment variables\n"
)
Expand Down

0 comments on commit 143151b

Please sign in to comment.