Skip to content

Commit 272cc6f

Browse files
committed
Fix tests for queryPathInfoUncached
1 parent b3cffef commit 272cc6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hnix-store-remote/tests/NixDaemon.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ spec_protocol = Hspec.around withNixDaemon $ do
202202
itRights "non-empty query" $ withPath $ \path -> queryAllValidPaths `shouldReturn` (HS.fromList [path])
203203

204204
context "queryPathInfoUncached" $ do
205-
itRights "queries path info" $ withPath $ queryPathInfoUncached @SHA256
205+
itRights "queries path info" $ withPath $ queryPathInfoUncached
206206

207207
context "ensurePath" $ do
208208
itRights "simple ensure" $ withPath $ ensurePath

0 commit comments

Comments
 (0)