about summary refs log tree commit diff
path: root/tvix/store/src/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tvix/store/src/tests')
-rw-r--r--tvix/store/src/tests/utils.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tvix/store/src/tests/utils.rs b/tvix/store/src/tests/utils.rs
index 0b4a85a3af..6cf888c9d6 100644
--- a/tvix/store/src/tests/utils.rs
+++ b/tvix/store/src/tests/utils.rs
@@ -14,7 +14,7 @@ pub fn gen_chunk_service() -> impl ChunkService + Clone {
 }
 
 pub fn gen_directory_service() -> impl DirectoryService + Send + Sync + Clone + 'static {
-    MemoryDirectoryService::new()
+    MemoryDirectoryService::default()
 }
 
 pub fn gen_pathinfo_service() -> impl PathInfoService {