Skip to content

Commit 5c35a90

Browse files
fix windows
1 parent 78f2cf0 commit 5c35a90

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/core/test_context.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -696,7 +696,7 @@ def test_plan_apply_populates_cache(copy_to_temp_path, mocker):
696696
)
697697
),
698698
model_defaults=model_defaults,
699-
cache_dir="{custom_cache_dir}",
699+
cache_dir="{custom_cache_dir.as_posix()}",
700700
)""",
701701
)
702702

0 commit comments

Comments
 (0)