summaryrefslogtreecommitdiff
path: root/src/Test.hs
diff options
context:
space:
mode:
Diffstat (limited to 'src/Test.hs')
-rw-r--r--src/Test.hs3
1 files changed, 1 insertions, 2 deletions
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 ())
}