aboutsummaryrefslogtreecommitdiff
path: root/tests/bulk_upload_test.go
diff options
context:
space:
mode:
authorStefan Majewsky <majewsky@gmx.net>2026-04-19 00:47:31 +0200
committerStefan Majewsky <majewsky@gmx.net>2026-04-19 00:47:31 +0200
commit137708df186982c9b60a4f0843ca6b6cbefa8c2a (patch)
tree5a9461231457d480364eeb0241845cf0407cc6e5 /tests/bulk_upload_test.go
parent5a39528a31f9455b106f62eb3dbb141ad584164a (diff)
downloadgo-schwift-137708df186982c9b60a4f0843ca6b6cbefa8c2a.tar.gz
change module path to go.xyrillian.de/schwift/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 bb71a49..75420a5 100644
--- a/tests/bulk_upload_test.go
+++ b/tests/bulk_upload_test.go
@@ -25,8 +25,8 @@ import (
"strings"
"testing"
- "github.com/majewsky/schwift/v2"
- "github.com/majewsky/schwift/v2/internal/errext"
+ "go.xyrillian.de/schwift/v2"
+ "go.xyrillian.de/schwift/v2/internal/errext"
)
func TestBulkUploadSuccess(t *testing.T) {