Skip to content

Commit aeeb1be

Browse files
soulomoonjhrcek
andauthored
Update ActionSpec.hs
Co-authored-by: Jan Hrcek <[email protected]>
1 parent 888e249 commit aeeb1be

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
@@ -77,7 +77,7 @@ spec = do
7777
-- This should not call the SubBranchRule
7878
res1 <- build theDb emptyStack [BranchedRule]
7979
snd res1 `shouldBe` [2 :: Int]
80-
-- SubBranchRule should be recomputed one before this (when the condition was True)
80+
-- SubBranchRule should be recomputed once before this (when the condition was True)
8181
countRes <- build theDb emptyStack [SubBranchRule]
8282
snd countRes `shouldBe` [1 :: Int]
8383

0 commit comments

Comments
 (0)