From b747069fa62351904b567d6283ca2ca337efa5cf Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Sun, 20 Oct 2024 04:03:28 -0300 Subject: Adapt to latest golang Makefile skeleton --- tests/untls.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/untls.go') diff --git a/tests/untls.go b/tests/untls.go index 767ad31..7b50546 100644 --- a/tests/untls.go +++ b/tests/untls.go @@ -7,7 +7,7 @@ import ( func test_Stub() { - g.AssertEqual(X, 1) + g.TAssertEqual(X, 1) } -- cgit v1.2.3