This commit is contained in:
Florian Bruhin 2017-09-16 23:28:06 +02:00
parent a1fa40f067
commit 9706dcbda5
2 changed files with 2 additions and 2 deletions

View File

@ -476,7 +476,7 @@ def test_init(mocker, tmpdir, args_kind):
@pytest.mark.linux
def test_downloads_dir_not_crated(monkeypatch, tmpdir):
def test_downloads_dir_not_created(monkeypatch, tmpdir):
"""Make sure ~/Downloads is not created."""
download_dir = tmpdir / 'Downloads'
monkeypatch.setenv('HOME', str(tmpdir))