diff options
Diffstat (limited to 'dictionary_test.go')
| -rw-r--r-- | dictionary_test.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dictionary_test.go b/dictionary_test.go index b9861fe..09a9a1a 100644 --- a/dictionary_test.go +++ b/dictionary_test.go @@ -7,7 +7,7 @@ package kamusd import ( "testing" - "github.com/shuLhan/share/lib/test" + "git.sr.ht/~shulhan/pakakeh.go/lib/test" ) func TestDictionary_store_load(t *testing.T) { @@ -28,5 +28,5 @@ func TestDictionary_store_load(t *testing.T) { t.Fatal(err) } - test.Assert(t, "store and load", exp, got, true) + test.Assert(t, `store and load`, exp, got) } |
