Fix copy-paste.

This commit is contained in:
Felipe Lessa 2015-05-28 02:23:00 -03:00
parent bdd6db9e2a
commit 92fbee20da

View File

@ -10,5 +10,5 @@ import qualified Control.Exception as E
main :: IO ()
main = do
conn <- connect defaultConnectInfo
hspec $ describe "AcidStorage on memory only" $ parallel $
hspec $ describe "RedisStorage" $ parallel $
allStorageTests (RedisStorage conn) it runIO shouldBe shouldReturn shouldThrow