diff options
Diffstat (limited to 'tvix/store/src/tests/utils.rs')
-rw-r--r-- | tvix/store/src/tests/utils.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tvix/store/src/tests/utils.rs b/tvix/store/src/tests/utils.rs index ac801b47aad2..0b4a85a3af65 100644 --- a/tvix/store/src/tests/utils.rs +++ b/tvix/store/src/tests/utils.rs @@ -18,5 +18,5 @@ pub fn gen_directory_service() -> impl DirectoryService + Send + Sync + Clone + } pub fn gen_pathinfo_service() -> impl PathInfoService { - MemoryPathInfoService::new() + MemoryPathInfoService::default() } |