mirror of
https://github.com/simplex-chat/simplexmq.git
synced 2026-03-30 18:35:59 +00:00
agent store: adjust tests hierarchy
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user