File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -109,6 +109,7 @@ test-suite format-tests
109
109
, process
110
110
, tasty
111
111
, tasty-golden
112
+ , hspec
112
113
, tasty-hspec
113
114
, tasty-hunit
114
115
, tasty-quickcheck
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ import qualified Data.ByteString.Base64.Lazy as B64
14
14
import qualified Data.ByteString.Lazy as BSL
15
15
import Data.Text (Text )
16
16
17
- import Test.Tasty. Hspec
17
+ import Test.Hspec
18
18
import Test.Tasty.QuickCheck
19
19
20
20
import System.Nix.Hash
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ import qualified System.IO.Temp as Temp
37
37
import qualified System.Posix.Process as Unix
38
38
import qualified System.Process as P
39
39
import Test.Tasty as T
40
- import Test.Tasty. Hspec
40
+ import Test.Hspec
41
41
import qualified Test.Tasty.HUnit as HU
42
42
import Test.Tasty.QuickCheck
43
43
import qualified Text.Printf as Printf
You can’t perform that action at this time.
0 commit comments