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