diff --git a/ouroboros-network-framework/test/Main.hs b/ouroboros-network-framework/test/Main.hs index 2555ca90e6e..95a819eb7de 100644 --- a/ouroboros-network-framework/test/Main.hs +++ b/ouroboros-network-framework/test/Main.hs @@ -14,7 +14,7 @@ main = defaultMain tests tests :: TestTree tests = - testGroup "typed-protocols" + testGroup "ouroboros-network-framework" [ PingPong.tests , ReqResp.tests , Driver.tests