aboutsummaryrefslogtreecommitdiff
path: root/tests/object_iterator_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'tests/object_iterator_test.go')
-rw-r--r--tests/object_iterator_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/object_iterator_test.go b/tests/object_iterator_test.go
index 0f61c79..ac10dbc 100644
--- a/tests/object_iterator_test.go
+++ b/tests/object_iterator_test.go
@@ -25,7 +25,7 @@ import (
"strings"
"testing"
- "github.com/majewsky/schwift/v2"
+ "go.xyrillian.de/schwift/v2"
)
var objectExampleContent = []byte(`{"message":"Hello World!"}`)