mirror of
https://github.com/logos-storage/nim-datastore.git
synced 2026-05-23 10:10:02 +00:00
fix
This commit is contained in:
parent
6d5c4716f2
commit
a96de2ccd5
@ -27,7 +27,4 @@ suite "Datastore (base)":
|
|||||||
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