aboutsummaryrefslogtreecommitdiff
path: root/client_test.go
diff options
context:
space:
mode:
authorShulhan <ms@kilabit.info>2025-07-12 18:09:52 +0700
committerShulhan <ms@kilabit.info>2025-07-12 18:09:52 +0700
commit172b04fdfdbb879993402d5f6f447e4258fa19f6 (patch)
treefed0f1df3674ebc92a920877e67ac121421c489b /client_test.go
parentb278a9314e102ef6d2a47688318c56855f838e61 (diff)
downloadduitku-172b04fdfdbb879993402d5f6f447e4258fa19f6.tar.xz
all: replace module share with pakakeh.go
The share module has been migrated and renamed to git.sr.ht/~shulhan/pakakeh.go.
Diffstat (limited to 'client_test.go')
-rw-r--r--client_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/client_test.go b/client_test.go
index ea67d89..6fed817 100644
--- a/client_test.go
+++ b/client_test.go
@@ -8,7 +8,7 @@ import (
"encoding/json"
"testing"
- "github.com/shuLhan/share/lib/test"
+ "git.sr.ht/~shulhan/pakakeh.go/lib/test"
)
func TestClient_CheckBalance(t *testing.T) {