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