We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4377c7 commit b8c378eCopy full SHA for b8c378e
hnix-store-remote/hnix-store-remote.cabal
@@ -83,6 +83,7 @@ test-suite hnix-store-remote-tests
83
, hspec-expectations-lifted
84
, quickcheck-text
85
, tasty
86
+ , hspec
87
, tasty-hspec
88
, tasty-quickcheck
89
, linux-namespaces
hnix-store-remote/tests/NixDaemon.hs
@@ -22,11 +22,11 @@ import System.IO.Temp
22
import qualified System.Process as P
23
import System.Posix.User as U
24
import System.Linux.Namespaces as NS
25
-import Test.Tasty.Hspec ( Spec
+import Test.Hspec ( Spec
26
, describe
27
, context
28
)
29
-import qualified Test.Tasty.Hspec as Hspec
+import qualified Test.Hspec as Hspec
30
import Test.Hspec.Expectations.Lifted
31
32
import System.FilePath
0 commit comments