1
1
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:
Rob Rix 2015-12-21 20:07:53 -05:00
parent 7ee39b2d40
commit 41e03beb85

View File

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