mirror of
https://github.com/arnaucube/go-merkletree-iden3.git
synced 2026-02-07 11:36:47 +01:00
Add PebbleDB db-Storage interface implementation
This commit is contained in:
@@ -189,5 +189,4 @@ func TestList(t *testing.T, sto db.Storage) {
|
||||
assert.Equal(t, 2, len(r))
|
||||
assert.Equal(t, r[0], db.KV{[]byte{1}, []byte{4}})
|
||||
assert.Equal(t, r[1], db.KV{[]byte{2}, []byte{5}})
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user