From 4858e5d47d5bed0221a19ab46af306b8eab5935d Mon Sep 17 00:00:00 2001 From: Markus Wüstenberg Date: Wed, 6 Oct 2021 20:49:43 +0200 Subject: Mark the assert test helpers as such (#90) Using `t.Helper()`. Also move the assert package to be internal.--- html/attributes_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'html/attributes_test.go') diff --git a/html/attributes_test.go b/html/attributes_test.go index 76e3390..665dc94 100644 --- a/html/attributes_test.go +++ b/html/attributes_test.go @@ -5,8 +5,8 @@ import ( "testing" g "github.com/maragudk/gomponents" - "github.com/maragudk/gomponents/assert" . "github.com/maragudk/gomponents/html" + "github.com/maragudk/gomponents/internal/assert" ) func TestBooleanAttributes(t *testing.T) { -- cgit 1.4.1