From 24f39540d34c819c7870adce9f363af704c7cda7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Roman=20Smr=C5=BE?= Date: Mon, 24 Aug 2026 22:29:42 +0200 Subject: Data type for fully-qualified test name --- src/Test.hs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/Test.hs') diff --git a/src/Test.hs b/src/Test.hs index e9aaaba..33c1cf0 100644 --- a/src/Test.hs +++ b/src/Test.hs @@ -25,8 +25,7 @@ import Script.Object import Script.Shell data Test = Test - { testName :: Text - , testModuleName :: ModuleName + { testName :: TestName , testTags :: [ Expr Tag ] , testSteps :: Expr (TestStep ()) } -- cgit v1.2.3