Skip to content

Commit 0e73a5c

Browse files
committed
fix up hls-graph test
1 parent fd4ab4d commit 0e73a5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hls-graph/test/ActionSpec.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ spec = do
4040
apply1 theKey
4141
res `shouldBe` [True]
4242
Just (Clean res) <- lookup (newKey theKey) <$> getDatabaseValues theDb
43-
resultDeps res `shouldBe` ResultDeps (singletonKeySet $ newKey (Rule @()))
43+
resultDeps res `shouldBe` ResultDeps [singletonKeySet $ newKey (Rule @())]
4444
it "tracks reverse dependencies" $ do
4545
db@(ShakeDatabase _ _ Database {..}) <- shakeNewDatabase shakeOptions $ do
4646
ruleUnit

0 commit comments

Comments
 (0)