Fix "async group" test error
This commit is contained in:
parent
532b6be4b2
commit
f9bce227ba
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue