mirror of
https://github.com/logos-storage/nim-datastore.git
synced 2026-01-03 14:13:09 +00:00
fix test
This commit is contained in:
parent
83a648d046
commit
e20536ba59
@ -25,5 +25,6 @@ suite "Datastore (base)":
|
||||
|
||||
test "query":
|
||||
expect Defect:
|
||||
let iter = (await ds.query(Query.init(key))).tryGet
|
||||
for n in iter: discard
|
||||
let iter = tryGet(await waitForAllQueryResults ds.query(Query.init(key)))
|
||||
for n in iter:
|
||||
discard
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user