agent store: adjust tests hierarchy

This commit is contained in:
Efim Poberezkin
2021-01-11 20:28:20 +04:00
parent 7f22dcd496
commit 123fe0e3e2

View File

@@ -38,9 +38,10 @@ storeTests = withStore do
describe "Receive connection" testDeleteConnReceive
describe "Send connection" testDeleteConnSend
describe "Duplex connection" testDeleteConnDuplex
describe "updateQueueStatus" testUpdateQueueStatus
describe "updateQueueStatusBadDirectionSnd" testUpdateQueueStatusBadDirectionSnd
describe "updateQueueStatusBadDirectionRcv" testUpdateQueueStatusBadDirectionRcv
describe "updateQueueStatus" do
describe "updateQueueStatusCorrect" testUpdateQueueStatus
describe "updateQueueStatusBadDirectionSnd" testUpdateQueueStatusBadDirectionSnd
describe "updateQueueStatusBadDirectionRcv" testUpdateQueueStatusBadDirectionRcv
testCreateRcvConn :: SpecWith SQLiteStore
testCreateRcvConn = do