From 3ca33fd185b4016f30eebf8e7d737f2fe6e875a5 Mon Sep 17 00:00:00 2001 From: shum Date: Mon, 24 Aug 2026 10:37:27 +0000 Subject: [PATCH] core: consolidate supporter badge test groups --- tests/Test.hs | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/tests/Test.hs b/tests/Test.hs index f8619817e0..fc08d1575b 100644 --- a/tests/Test.hs +++ b/tests/Test.hs @@ -65,9 +65,7 @@ main = do #endif around tmpBracket $ describe "WebRTC encryption" webRTCTests #endif - describe "Supporter badges" badgeTests - describe "Supporter badges" badgeLedgerTests - describe "Supporter badges" badgeCodeTests + describe "Supporter badges" $ badgeTests >> badgeLedgerTests >> badgeCodeTests describe "SimpleX chat markdown" markdownTests describe "JSON Tests" jsonTests describe "Member relations" memberRelationsTests