This commit is contained in:
Jaremy Creechley 2023-08-30 18:21:59 -07:00
parent 83a648d046
commit e20536ba59
No known key found for this signature in database
GPG Key ID: 4E66FB67B21D3300

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