Joost Jager f592375d1b
kvdb/test: fix cursor tests to match bbolt semantics
From bbolt docs:
// Seek positions the cursor at the passed seek key. If the key does not exist,
// the cursor is moved to the next key after seek. Returns the new pair.
2021-07-12 11:31:09 +02:00
..
2021-07-12 11:31:05 +02:00
2021-05-13 10:35:35 +02:00
2021-05-13 10:35:35 +02:00
2021-05-07 14:18:56 +02:00
2021-07-12 11:31:05 +02:00