Commit 33dc2485 authored by linj's avatar linj

fix test: close db

parent 7f55e3ac
...@@ -62,4 +62,5 @@ func TestListAll(t *testing.T) { ...@@ -62,4 +62,5 @@ func TestListAll(t *testing.T) {
kvs, err := odb.Save() kvs, err := odb.Save()
assert.Nil(t, err) assert.Nil(t, err)
t.Log(kvs) t.Log(kvs)
ldb.Close()
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment