diff --git a/crypto-cipher-tests.cabal b/crypto-cipher-tests.cabal
--- a/crypto-cipher-tests.cabal
+++ b/crypto-cipher-tests.cabal
@@ -1,5 +1,5 @@
 Name:                crypto-cipher-tests
-Version:             0.0.6
+Version:             0.0.7
 Synopsis:            Generic cryptography cipher tests
 Description:         Generic cryptography cipher tests
 License:             BSD3
diff --git a/tests/Tests.hs b/tests/Tests.hs
--- a/tests/Tests.hs
+++ b/tests/Tests.hs
@@ -26,7 +26,7 @@
 
 tests =
     [ testBlockCipher defaultKATs (undefined :: XorCipher)
-    , testStreamCipher defaultStreamKATs (undefined :: StreamCipher)
+    , testStreamCipher defaultStreamKATs (undefined :: XorCipher)
     ]
 
-main = defaultMain [tests]
+main = defaultMain tests
