mirror of
https://github.com/logos-storage/nim-datastore.git
synced 2026-01-02 21:53:05 +00:00
fix
This commit is contained in:
parent
6d5c4716f2
commit
a96de2ccd5
@ -25,9 +25,6 @@ suite "Datastore (base)":
|
||||
|
||||
test "query":
|
||||
expect Defect:
|
||||
let
|
||||
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