diff --git a/pkgs/clan-cli/tests/clan_flake.py b/pkgs/clan-cli/tests/clan_flake.py index 4a9326eb3..c951c681a 100644 --- a/pkgs/clan-cli/tests/clan_flake.py +++ b/pkgs/clan-cli/tests/clan_flake.py @@ -12,4 +12,4 @@ def clan_flake(temporary_dir: Path, monkeypatch: pytest.MonkeyPatch) -> Iterator (flake / ".clan-flake").touch() monkeypatch.chdir(flake) with mock_env(HOME=str(temporary_dir)): - yield temporary_dir + yield flake