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" $
|
it "returns Nothing if the earliest non-empty line is closed" $
|
||||||
openLineBy openMaybe [
|
openLineBy openMaybe [
|
||||||
pure Nothing, pure (Just ())
|
pure Nothing, pure (Just True)
|
||||||
] `shouldBe` Nothing
|
] `shouldBe` Nothing
|
||||||
|
|
||||||
describe "openTerm" $ do
|
describe "openTerm" $ do
|
||||||
|
Loading…
Reference in New Issue
Block a user