about summary refs log tree commit diff stats
path: root/components/attributes_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'components/attributes_test.go')
-rw-r--r--components/attributes_test.go2
1 files changed, 1 insertions, 1 deletions
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) {