aboutsummaryrefslogtreecommitdiffhomepage
path: root/crates/mozart-vcs/tests/git_driver_test.rs
diff options
context:
space:
mode:
Diffstat (limited to 'crates/mozart-vcs/tests/git_driver_test.rs')
-rw-r--r--crates/mozart-vcs/tests/git_driver_test.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/crates/mozart-vcs/tests/git_driver_test.rs b/crates/mozart-vcs/tests/git_driver_test.rs
index a8f0ce7..04b224b 100644
--- a/crates/mozart-vcs/tests/git_driver_test.rs
+++ b/crates/mozart-vcs/tests/git_driver_test.rs
@@ -77,7 +77,7 @@ async fn test_git_driver_local_repo() {
create_test_repo(repo_dir.path());
let config = DriverConfig {
- cache_dir: cache_dir.path().to_path_buf(),
+ cache_vcs_dir: cache_dir.path().to_path_buf(),
..DriverConfig::default()
};
@@ -237,7 +237,7 @@ async fn test_vcs_repository_scan() {
create_test_repo(repo_dir.path());
let config = DriverConfig {
- cache_dir: cache_dir.path().to_path_buf(),
+ cache_vcs_dir: cache_dir.path().to_path_buf(),
..DriverConfig::default()
};