Fix lint
This commit is contained in:
parent
a1fa40f067
commit
9706dcbda5
@ -476,7 +476,7 @@ def test_init(mocker, tmpdir, args_kind):
|
|||||||
|
|
||||||
|
|
||||||
@pytest.mark.linux
|
@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."""
|
"""Make sure ~/Downloads is not created."""
|
||||||
download_dir = tmpdir / 'Downloads'
|
download_dir = tmpdir / 'Downloads'
|
||||||
monkeypatch.setenv('HOME', str(tmpdir))
|
monkeypatch.setenv('HOME', str(tmpdir))
|
||||||
|
Loading…
Reference in New Issue
Block a user