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.---
 svg/attributes_test.go | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'svg/attributes_test.go')

diff --git a/svg/attributes_test.go b/svg/attributes_test.go
index 41935e8..c41fb45 100644
--- a/svg/attributes_test.go
+++ b/svg/attributes_test.go
@@ -5,7 +5,7 @@ import (
 	"testing"
 
 	g "github.com/maragudk/gomponents"
-	"github.com/maragudk/gomponents/assert"
+	"github.com/maragudk/gomponents/internal/assert"
 	. "github.com/maragudk/gomponents/svg"
 )
 
-- 
cgit 1.4.1