mirror of
https://github.com/logos-storage/nim-datastore.git
synced 2026-02-17 04:03:13 +00:00
minor rewording
This commit is contained in:
parent
70c1330696
commit
8b0b9b817e
@ -156,7 +156,7 @@ suite "LevelDB Query":
|
||||
res[2].key.get == key3
|
||||
res[2].data == val3
|
||||
|
||||
test "should dispose automatically when iterator is finished":
|
||||
test "should dispose automatically of iterators when finished":
|
||||
let
|
||||
q = Query.init(Key.init("/a/b/c").tryGet)
|
||||
iter = (await ds.query(q)).tryGet
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user