From 2c78b4f48c2dfbfc2f08610b11ed50bec39c66f6 Mon Sep 17 00:00:00 2001 From: Shayne Fletcher Date: Fri, 29 Mar 2024 18:03:48 +0900 Subject: [PATCH] tweak description for consistency --- t/Test.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/Test.hs b/t/Test.hs index 6d4d2b2..94885ef 100644 --- a/t/Test.hs +++ b/t/Test.hs @@ -19,7 +19,7 @@ tests = testGroup " All tests" [ basic :: TestTree basic = testGroup "Basic" [ testCase "todo" todoTest - , testCase "unimplementedTest" unimplementedTest + , testCase "unimplemented" unimplementedTest ] todoTest :: IO ()