This commit is contained in:
Dmitriy Ryajov 2023-09-14 18:12:56 -06:00
parent 6d5c4716f2
commit a96de2ccd5
No known key found for this signature in database
GPG Key ID: DA8C680CE7C657A4

View File

@ -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