diff --git a/pkg/tms/test.go b/pkg/tms/test.go index 0ad90e7..5393a7a 100644 --- a/pkg/tms/test.go +++ b/pkg/tms/test.go @@ -54,7 +54,7 @@ func Test(t *testing.T, m TestMetadata, f func()) { tr.status = getTestStatus(t) } } - + fmt.Printf("%+v\n", tr) id := tr.write() if id != "" { testPhaseObjects.resultID = id