mirror of
https://github.com/simplex-chat/simplexmq.git
synced 2026-04-04 17:46:21 +00:00
enable all tests
This commit is contained in:
@@ -136,9 +136,9 @@ notificationTests ps@(t, _) = do
|
||||
it "should fail with incorrect fingerprint" $ do
|
||||
testRunNTFServerTests t srv1 `shouldReturn` Just (ProtocolTestFailure TSConnect $ BROKER (B.unpack $ strEncode srv1) NETWORK)
|
||||
describe "Managing notification subscriptions" $ do
|
||||
fdescribe "should create notification subscription for existing connection" $
|
||||
describe "should create notification subscription for existing connection" $
|
||||
testNtfMatrix ps testNotificationSubscriptionExistingConnection
|
||||
fdescribe "should create notification subscription for new connection" $
|
||||
describe "should create notification subscription for new connection" $
|
||||
testNtfMatrix ps testNotificationSubscriptionNewConnection
|
||||
it "should change notifications mode" $
|
||||
withSmpServer ps $
|
||||
|
||||
@@ -897,7 +897,7 @@ createAndSecureQueue h sPub = do
|
||||
|
||||
testTiming :: SpecWith (ATransport, AStoreType)
|
||||
testTiming =
|
||||
fdescribe "should have similar time for auth error, whether queue exists or not, for all key types" $
|
||||
describe "should have similar time for auth error, whether queue exists or not, for all key types" $
|
||||
forM_ timingTests $ \tst ->
|
||||
it (testName tst) $ \(ATransport t, msType) ->
|
||||
smpTest2Cfg (cfgMS msType) (mkVersionRange minServerSMPRelayVersion authCmdsSMPVersion) t $ \rh sh ->
|
||||
|
||||
Reference in New Issue
Block a user