fix: typo

This commit is contained in:
Noa Ette 2025-06-21 20:24:00 +02:00
parent 3a6ae695cf
commit a9a4af2b63
1 changed files with 1 additions and 1 deletions

View File

@ -74,7 +74,7 @@ def test_unset_organization_no_qapp(monkeypatch):
@pytest.mark.posix
def test_fake_mac_config(tmp_path, fake_home_envvar):
"""Test standardir.config on a fake Mac."""
expected = str(tmp_path) + '/.config/qute_testii' # always with /
expected = str(tmp_path) + '/.config/qute_test' # always with /
standarddir._init_config(args=None)
assert standarddir.config() == expected