aboutsummaryrefslogtreecommitdiff
path: root/tests/account_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/account_test.go
parentf874c88ee641881229b74bc5afa8f2490120d91b (diff)
downloadgo-schwift-e1625d914fa3d9ac98a7db85ae5de13ee4d58fd6.tar.gz
update module path for v2
Diffstat (limited to 'tests/account_test.go')
-rw-r--r--tests/account_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/account_test.go b/tests/account_test.go
index c44bf7f..67ce2df 100644
--- a/tests/account_test.go
+++ b/tests/account_test.go
@@ -22,7 +22,7 @@ import (
"context"
"testing"
- "github.com/majewsky/schwift"
+ "github.com/majewsky/schwift/v2"
)
func TestAccountBasic(t *testing.T) {