This commit is contained in:
Jaremy Creechley 2023-08-30 18:21:59 -07:00 committed by Dmitriy Ryajov
parent 1f0012530d
commit 0caa606f3e
No known key found for this signature in database
GPG Key ID: DA8C680CE7C657A4

View File

@ -25,5 +25,6 @@ suite "Datastore (base)":
test "query":
expect Defect:
let iter = (await ds.query(Query.init(key))).tryGet
for n in iter: discard
let iter = tryGet(await waitForAllQueryResults ds.query(Query.init(key)))
for n in iter:
discard