mirror of
https://github.com/fluencelabs/tendermint
synced 2025-06-23 09:41:38 +00:00
db: goleveldb iterator
This commit is contained in:
@ -80,11 +80,6 @@ func TestDBIteratorTwoKeys(t *testing.T) {
|
||||
itr := db.Iterator(BeginningKey(), EndingKey())
|
||||
checkValid(t, itr, true)
|
||||
|
||||
for i := 0; i < 10; i++ {
|
||||
checkNext(t, itr, true)
|
||||
checkValid(t, itr, true)
|
||||
}
|
||||
|
||||
checkNext(t, itr, true)
|
||||
checkValid(t, itr, true)
|
||||
|
||||
|
Reference in New Issue
Block a user