diff --git a/tests/AgentTests.hs b/tests/AgentTests.hs index bdf8e1f52..c9e11f296 100644 --- a/tests/AgentTests.hs +++ b/tests/AgentTests.hs @@ -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 diff --git a/tests/Test.hs b/tests/Test.hs index 928ebb2b7..98d902163 100644 --- a/tests/Test.hs +++ b/tests/Test.hs @@ -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