summaryrefslogtreecommitdiff
path: root/Biz/Test.hs
diff options
context:
space:
mode:
authorBen Sima <ben@bsima.me>2021-02-19 10:42:02 -0500
committerBen Sima <ben@bsima.me>2021-02-19 10:42:02 -0500
commit30fb0e0dc8972dcde0c4e765c5ab7864f69841a4 (patch)
treedead1cea450e09122dd59f99d051552f1d580237 /Biz/Test.hs
parent64c5858f7bc01fa9c0e0bc5726066ce6167bea81 (diff)
Formatting, and add a warning to 'require'
Diffstat (limited to 'Biz/Test.hs')
-rw-r--r--Biz/Test.hs1
1 files changed, 0 insertions, 1 deletions
diff --git a/Biz/Test.hs b/Biz/Test.hs
index 994a7ce..fefa85d 100644
--- a/Biz/Test.hs
+++ b/Biz/Test.hs
@@ -35,7 +35,6 @@ run tree = do
exitFailure
Just act -> act +> \ok -> if ok then exitSuccess else exitFailure
-
group :: Tasty.TestName -> [Tasty.TestTree] -> Tasty.TestTree
group = Tasty.testGroup