From 063c2938b1f034944e243d6931189b1183362208 Mon Sep 17 00:00:00 2001 From: Mike Pilgrem Date: Sat, 15 Mar 2025 23:11:53 +0000 Subject: [PATCH] Improve extra-files test description --- test/EndToEndSpec.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/EndToEndSpec.hs b/test/EndToEndSpec.hs index e63058cb..41cbeded 100644 --- a/test/EndToEndSpec.hs +++ b/test/EndToEndSpec.hs @@ -639,7 +639,7 @@ spec = around_ (inTempDirectoryNamed "my-package") $ do |] `shouldWarn` ["Specified pattern \"*.markdown\" for extra-doc-files does not match any files"] describe "extra-files" $ do - it "accepts a list of files" $ do + it "accepts extra-files" $ do touch "CHANGES.markdown" touch "README.markdown" [i|