Skip to content

Commit

Permalink
fix hint
Browse files Browse the repository at this point in the history
  • Loading branch information
tlambert03 committed Sep 30, 2023
1 parent 74f7f68 commit dff9ed5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_cache.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ def test_cache(tmp_path: Path) -> None:
cache["not a key"]


def test_cache_dir(monkeypatch):
def test_cache_dir(monkeypatch) -> None:
some_path = Path("/some/path").expanduser().resolve()
monkeypatch.setattr(_cache, "PYCONIFY_CACHE", str(some_path))
assert get_cache_directory() == some_path

0 comments on commit dff9ed5

Please sign in to comment.