mirror of
https://github.com/github/semantic.git
synced 2024-11-28 18:23:44 +03:00
Tweak the test name’s wording.
This commit is contained in:
parent
7ee39b2d40
commit
41e03beb85
@ -177,7 +177,7 @@ spec = do
|
||||
] `shouldBe` Nothing
|
||||
|
||||
describe "openTerm" $ do
|
||||
it "should return Nothing for terms whose substring ends with a newline" $
|
||||
it "returns Nothing for terms whose substring ends with a newline" $
|
||||
openTerm " \n" (Info (Range 0 2) mempty :< Leaf "") `shouldBe` Nothing
|
||||
|
||||
where
|
||||
|
Loading…
Reference in New Issue
Block a user