Skip to content

Commit 6487714

Browse files
committed
(#801) Remove Bot.ExprTest
1 parent c1a12b3 commit 6487714

File tree

3 files changed

+1
-65
lines changed

3 files changed

+1
-65
lines changed

HyperNerd.cabal

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,6 @@ test-suite HyperNerdTest
264264
, Data.Either.Extra
265265
, Free
266266
, Bot.Expr
267-
, Bot.ExprTest
268267

269268
other-extensions: OverloadedStrings
270269

test/Bot/ExprTest.hs

Lines changed: 0 additions & 61 deletions
This file was deleted.

test/Test.hs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ module Main where
99
3. All of the `spec`-s from all of the `*Test` modules are accumulated in
1010
the `main` function and fed into `runTestTT`.
1111
-}
12-
import qualified Bot.ExprTest
1312
import qualified Bot.FridayTest
1413
import qualified Bot.LinksTest
1514
import qualified Bot.LogTest
@@ -26,8 +25,7 @@ main = do
2625
results <-
2726
runTestTT $
2827
TestList
29-
[ Bot.ExprTest.spec
30-
, Bot.LinksTest.spec
28+
[ Bot.LinksTest.spec
3129
, Bot.LogTest.spec
3230
, Bot.PollTest.spec
3331
, Bot.TwitchTest.spec

0 commit comments

Comments
 (0)