diff options
Diffstat (limited to 'html')
-rw-r--r-- | html/attributes_test.go | 2 | ||||
-rw-r--r-- | html/elements_test.go | 2 |
2 files changed, 2 insertions, 2 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) { diff --git a/html/elements_test.go b/html/elements_test.go index e0cab4a..cced400 100644 --- a/html/elements_test.go +++ b/html/elements_test.go @@ -6,8 +6,8 @@ import ( "testing" g "github.com/maragudk/gomponents" - "github.com/maragudk/gomponents/assert" . "github.com/maragudk/gomponents/html" + "github.com/maragudk/gomponents/internal/assert" ) type erroringWriter struct{} |