From e89b85550e53bacaf2c9385375ae084b1f0bda50 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Sun, 20 Oct 2024 03:52:56 -0300 Subject: Adapt to latest golang Makefile skeleton --- tests/glaze.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/glaze.go') diff --git a/tests/glaze.go b/tests/glaze.go index 366efa0..98bbc1a 100644 --- a/tests/glaze.go +++ b/tests/glaze.go @@ -26,7 +26,7 @@ func test_adjustPattern() { } for i, input := range inputs { - g.AssertEqual(adjustPattern(input), expected[i]) + g.TAssertEqual(adjustPattern(input), expected[i]) } } -- cgit v1.2.3