1
1
mirror of https://github.com/github/semantic.git synced 2024-12-24 23:42:31 +03:00

Bool, not ().

This commit is contained in:
Rob Rix 2015-12-30 10:33:49 -05:00
parent ad31669f07
commit b54c4c8265

View File

@ -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