This commit is contained in:
Max 2023-04-23 11:04:04 +08:00
parent 082bcf57ff
commit afa55d98cd

View file

@ -33,7 +33,7 @@ func TestLoadYaz(t *testing.T) {
defer Unload()
// package yaz
file, err := yaz.Pack(config.Conf.Root,pack.Cipher)
file, err := yaz.Pack(config.Conf.Root, pack.Cipher)
if err != nil {
t.Fatal(err)
}