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 888e249 commit aeeb1beCopy full SHA for aeeb1be
hls-graph/test/ActionSpec.hs
@@ -77,7 +77,7 @@ spec = do
77
-- This should not call the SubBranchRule
78
res1 <- build theDb emptyStack [BranchedRule]
79
snd res1 `shouldBe` [2 :: Int]
80
- -- SubBranchRule should be recomputed one before this (when the condition was True)
+ -- SubBranchRule should be recomputed once before this (when the condition was True)
81
countRes <- build theDb emptyStack [SubBranchRule]
82
snd countRes `shouldBe` [1 :: Int]
83
0 commit comments