From 41e03beb85e4f978f4cd32379c71d72879bc91ef Mon Sep 17 00:00:00 2001 From: Rob Rix Date: Mon, 21 Dec 2015 20:07:53 -0500 Subject: [PATCH] =?UTF-8?q?Tweak=20the=20test=20name=E2=80=99s=20wording.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- test/SplitSpec.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/SplitSpec.hs b/test/SplitSpec.hs index 66c56efe4..a11b9bbbc 100644 --- a/test/SplitSpec.hs +++ b/test/SplitSpec.hs @@ -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