We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3cffef commit 272cc6fCopy full SHA for 272cc6f
hnix-store-remote/tests/NixDaemon.hs
@@ -202,7 +202,7 @@ spec_protocol = Hspec.around withNixDaemon $ do
202
itRights "non-empty query" $ withPath $ \path -> queryAllValidPaths `shouldReturn` (HS.fromList [path])
203
204
context "queryPathInfoUncached" $ do
205
- itRights "queries path info" $ withPath $ queryPathInfoUncached @SHA256
+ itRights "queries path info" $ withPath $ queryPathInfoUncached
206
207
context "ensurePath" $ do
208
itRights "simple ensure" $ withPath $ ensurePath
0 commit comments