File tree 4 files changed +4
-4
lines changed
4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ test-suite hydra-test-util-tests
58
58
import : package-config
59
59
hs-source-dirs : test
60
60
other-modules :
61
- HydraTestUtilsSpec
61
+ Spec
62
62
Test.HSpec.MarkdownFormatterSpec
63
63
64
64
main-is : Main.hs
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
1
module Main where
2
2
3
3
import Hydra.Prelude
4
- import HydraTestUtilsSpec qualified
4
+ import Spec qualified
5
5
import Test.Hspec.Runner
6
6
import Test.Hydra.Prelude (combinedHspecFormatter )
7
7
8
8
main :: IO ()
9
- main = hspecWith defaultConfig{configFormat = Just (combinedHspecFormatter " hydra-test-utils" )} HydraTestUtilsSpec . spec
9
+ main = hspecWith defaultConfig{configFormat = Just (combinedHspecFormatter " hydra-test-utils" )} Spec . spec
Original file line number Diff line number Diff line change
1
+ {-# OPTIONS_GHC -F -pgmF hspec-discover -optF --module-name=Spec #-}
You can’t perform that action at this time.
0 commit comments