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