From c9bee6e5906522823fd0488bd59c81e729cd53b6 Mon Sep 17 00:00:00 2001 From: spaced4ndy <8711996+spaced4ndy@users.noreply.github.com> Date: Tue, 10 Sep 2024 22:03:12 +0400 Subject: [PATCH] enable tests --- tests/AgentTests.hs | 2 +- tests/Test.hs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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