aboutsummaryrefslogtreecommitdiff
path: root/testcase.go
diff options
context:
space:
mode:
Diffstat (limited to 'testcase.go')
-rw-r--r--testcase.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/testcase.go b/testcase.go
index d3fe8ed..8506b84 100644
--- a/testcase.go
+++ b/testcase.go
@@ -11,8 +11,8 @@ const (
type TestResult struct {
Id string
Status TestStatus
- FailureMsg string
DebugOutput string
+ TestOutput string
}
type TestCase struct {