diff options
Diffstat (limited to 'svg')
-rw-r--r-- | svg/attributes_test.go | 2 | ||||
-rw-r--r-- | svg/elements_test.go | 2 |
2 files changed, 2 insertions, 2 deletions
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" ) diff --git a/svg/elements_test.go b/svg/elements_test.go index 1b5e9d8..f1ed47c 100644 --- a/svg/elements_test.go +++ b/svg/elements_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" ) |