From f6c7414926ae3a4c32d5134c72435edc649d1c94 Mon Sep 17 00:00:00 2001 From: "pavel.butuzov" Date: Fri, 2 Feb 2024 12:54:58 +0300 Subject: [PATCH] Testing tr. --- pkg/tms/test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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