about summary refs log tree commit diff
path: root/tvix/castore/src/directoryservice/grpc.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tvix/castore/src/directoryservice/grpc.rs')
-rw-r--r--tvix/castore/src/directoryservice/grpc.rs4
1 files changed, 1 insertions, 3 deletions
diff --git a/tvix/castore/src/directoryservice/grpc.rs b/tvix/castore/src/directoryservice/grpc.rs
index 0f03053412..febab2752a 100644
--- a/tvix/castore/src/directoryservice/grpc.rs
+++ b/tvix/castore/src/directoryservice/grpc.rs
@@ -355,7 +355,7 @@ mod tests {
     };
 
     #[test]
-    fn test() -> anyhow::Result<()> {
+    fn test() {
         let tmpdir = TempDir::new().unwrap();
         let socket_path = tmpdir.path().join("socket");
 
@@ -535,7 +535,5 @@ mod tests {
                     .expect_err("must fail");
             }
         });
-
-        Ok(())
     }
 }