Fix "async group" test error

This commit is contained in:
Tobe O 2019-10-09 10:32:29 -04:00
parent 532b6be4b2
commit f9bce227ba

View file

@ -147,7 +147,7 @@ belongsToTests(FutureOr<QueryExecutor> Function() createExecutor,
expect(book.author.name, jkRowling.name);
});
group('joined subquery', () async {
group('joined subquery', () {
// To verify that the joined subquery is correct,
// we test both a query that return empty, and one
// that should return correctly.