diff --git a/hnix-store-remote/tests-io/NixDaemon.hs b/hnix-store-remote/tests-io/NixDaemon.hs index a0dc825..1088cc0 100644 --- a/hnix-store-remote/tests-io/NixDaemon.hs +++ b/hnix-store-remote/tests-io/NixDaemon.hs @@ -159,7 +159,7 @@ withPath action = do path <- addTextToStore "hnix-store" "test" mempty RepairMode_DontRepair action path --- | dummy path, adds /dummpy with "Hello World" contents +-- | dummy path, adds /dummy with "Hello World" contents dummy :: MonadStore StorePath dummy = do let name = Data.Either.fromRight (error "impossible") $ makeStorePathName "dummy"