diff --git a/test/SplitSpec.hs b/test/SplitSpec.hs index 0b3712755..222c4062b 100644 --- a/test/SplitSpec.hs +++ b/test/SplitSpec.hs @@ -90,7 +90,7 @@ spec = do it "returns Nothing if the earliest non-empty line is closed" $ openLineBy openMaybe [ - pure Nothing, pure (Just ()) + pure Nothing, pure (Just True) ] `shouldBe` Nothing describe "openTerm" $ do