aboutsummaryrefslogtreecommitdiff
path: root/tests/shared_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'tests/shared_test.go')
-rw-r--r--tests/shared_test.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/shared_test.go b/tests/shared_test.go
index 1154b83..57bed27 100644
--- a/tests/shared_test.go
+++ b/tests/shared_test.go
@@ -32,8 +32,8 @@ import (
"github.com/gophercloud/gophercloud/v2/openstack/objectstorage/v1/swauth"
"github.com/gophercloud/utils/v2/openstack/clientconfig"
- "github.com/majewsky/schwift"
- "github.com/majewsky/schwift/gopherschwift"
+ "github.com/majewsky/schwift/v2"
+ "github.com/majewsky/schwift/v2/gopherschwift"
)
func testWithAccount(t *testing.T, testCode func(a *schwift.Account)) {