This commit is contained in:
Dmitry Zuikov 2023-01-10 19:41:27 +03:00
parent 7eb6b254c8
commit 3ed75c7045
1 changed files with 5 additions and 2 deletions

View File

@ -10,7 +10,10 @@ import HBS2.Storage
main :: IO () main :: IO ()
main = main =
defaultMain $ defaultMain $
testGroup "root" [ testCase "testSimpleStorageRandomReadWrite" testSimpleStorageRandomReadWrite testGroup "root"
[
testCase "testSimpleStorageRandomReadWrite" testSimpleStorageRandomReadWrite
, testCase "testSimpleStorageNoKeys" testSimpleStorageNoKeys
] ]