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.--- components/attributes_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'components/attributes_test.go') diff --git a/components/attributes_test.go b/components/attributes_test.go index 9de0604..dcfbad2 100644 --- a/components/attributes_test.go +++ b/components/attributes_test.go @@ -5,8 +5,8 @@ import ( "testing" g "github.com/maragudk/gomponents" - "github.com/maragudk/gomponents/assert" c "github.com/maragudk/gomponents/components" + "github.com/maragudk/gomponents/internal/assert" ) func TestClasses(t *testing.T) { -- cgit 1.4.1