Skip to content
This repository was archived by the owner on Apr 1, 2025. It is now read-only.

Commit 7d88f93

Browse files
author
Patrick Thomson
committed
Fix sentence fragment.
1 parent 6a15695 commit 7d88f93

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/Spec.hs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,8 @@ allTests session = do
5959
-- stanza: it is only there to prevent massive rewrites, and is
6060
-- converted into a Tasty TestTree in 'main'. (Quoth the tasty-hspec
6161
-- documentation: "hspec and tasty serve similar purposes; consider
62-
-- using one or the other.") Instead,
62+
-- using one or the other.") Instead, create a new TestTree value
63+
-- in your spec module and add it to the above 'tests' list.
6364
legacySpecs :: TaskSession -> Spec
6465
legacySpecs args = do
6566
describe "Semantic.Stat" Semantic.Stat.Spec.spec

0 commit comments

Comments
 (0)