File tree Expand file tree Collapse file tree 3 files changed +1
-65
lines changed Expand file tree Collapse file tree 3 files changed +1
-65
lines changed Original file line number Diff line number Diff 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
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -9,7 +9,6 @@ module Main where
993. 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
1312import qualified Bot.FridayTest
1413import qualified Bot.LinksTest
1514import 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
You can’t perform that action at this time.
0 commit comments