aboutsummaryrefslogtreecommitdiff
path: root/tests/bulk_upload_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'tests/bulk_upload_test.go')
-rw-r--r--tests/bulk_upload_test.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/bulk_upload_test.go b/tests/bulk_upload_test.go
index 35285ea..bb71a49 100644
--- a/tests/bulk_upload_test.go
+++ b/tests/bulk_upload_test.go
@@ -25,8 +25,8 @@ import (
"strings"
"testing"
- "github.com/majewsky/schwift"
- "github.com/majewsky/schwift/internal/errext"
+ "github.com/majewsky/schwift/v2"
+ "github.com/majewsky/schwift/v2/internal/errext"
)
func TestBulkUploadSuccess(t *testing.T) {