Files
simplexmq/tests/AgentTests.hs
2021-01-04 20:25:02 +00:00

9 lines
141 B
Haskell

module AgentTests where
import AgentTests.SQLite
import Test.Hspec
agentTests :: Spec
agentTests = do
describe "SQLite store" storeTests