aboutsummaryrefslogtreecommitdiff
path: root/tests/bulk_upload_test.go
diff options
context:
space:
mode:
authorStefan Majewsky <majewsky@gmx.net>2024-07-08 15:56:55 +0200
committerStefan Majewsky <majewsky@gmx.net>2024-07-08 15:58:53 +0200
commite1625d914fa3d9ac98a7db85ae5de13ee4d58fd6 (patch)
treea290902b3e619f87f801f1a5ec23bfaedcb91d51 /tests/bulk_upload_test.go
parentf874c88ee641881229b74bc5afa8f2490120d91b (diff)
downloadgo-schwift-e1625d914fa3d9ac98a7db85ae5de13ee4d58fd6.tar.gz
update module path for v2
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) {