Skip to content

Commit

Permalink
fix(tests): remove refs to oslandia
Browse files Browse the repository at this point in the history
  • Loading branch information
Guts committed Aug 2, 2024
1 parent c1b77d7 commit 06f1fcc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/qgis/test_utils_application_folder.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ def test_get_app_folder(self):
"""Test application folder retrieval."""
self.assertEqual(
get_app_dir(dir_name="cache", roaming=False),
Path(getenv("LOCALAPPDATA", Path.home())).joinpath(".oslandia/cache"),
Path(getenv("LOCALAPPDATA", Path.home())).joinpath(".geotribu/cache"),
)

def test_posixify(self):
Expand Down

0 comments on commit 06f1fcc

Please sign in to comment.