mirror of
https://github.com/logos-storage/nim-datastore.git
synced 2026-01-08 16:43:10 +00:00
fix
This commit is contained in:
parent
6d5c4716f2
commit
a96de2ccd5
@ -25,9 +25,6 @@ suite "Datastore (base)":
|
|||||||
|
|
||||||
test "query":
|
test "query":
|
||||||
expect Defect:
|
expect Defect:
|
||||||
let
|
let
|
||||||
q = Query.init(key)
|
q = Query.init(key)
|
||||||
all = waitForAllQueryResults(await ds.query(q))
|
discard (await ds.query(q)).tryGet
|
||||||
res = tryGet(await all)
|
|
||||||
for n in res:
|
|
||||||
discard
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user