enable tests

This commit is contained in:
spaced4ndy
2024-09-10 22:03:12 +04:00
parent 0e46c7fe78
commit c9bee6e590
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -24,6 +24,6 @@ agentTests (ATransport t) = do
describe "Connection request" connectionRequestTests
describe "Double ratchet tests" doubleRatchetTests
describe "Functional API" $ functionalAPITests (ATransport t)
fdescribe "Notification tests" $ notificationTests (ATransport t)
describe "Notification tests" $ notificationTests (ATransport t)
describe "SQLite store" storeTests
describe "Migration tests" migrationTests
+1 -1
View File
@@ -56,7 +56,7 @@ main = do
describe "Util tests" utilTests
describe "SMP server via TLS" $ serverTests (transport @TLS)
describe "SMP server via WebSockets" $ serverTests (transport @WS)
fdescribe "Notifications server" $ ntfServerTests (transport @TLS)
describe "Notifications server" $ ntfServerTests (transport @TLS)
describe "SMP client agent" $ agentTests (transport @TLS)
describe "SMP proxy" smpProxyTests
describe "XFTP" $ do