mirror of
https://github.com/github/semantic.git
synced 2024-12-25 07:55:12 +03:00
Bool, not ().
This commit is contained in:
parent
ad31669f07
commit
b54c4c8265
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user