1
0
mirror of https://github.com/fumiama/go-registry.git synced 2026-06-10 11:30:29 +08:00
This commit is contained in:
fumiama
2021-12-25 13:05:14 +08:00
parent f12d145c5b
commit 88a399835e

View File

@@ -122,8 +122,16 @@ func TestPush(t *testing.T) {
if err != nil {
t.Fatal(err)
}
m, err := hex.DecodeString("ef27cbb457d018423e9b6af5edca7a21")
if err != nil {
t.Fatal(err)
}
err = r.Set("data/ChouXiangHua/cxh.db", helper.BytesToString(m))
if err != nil {
t.Fatal(err)
}
err = r.Close()
*/
err = r.Close()
if err != nil {
t.Fatal(err)
}