diff --git a/angel_orm_test/lib/src/belongs_to_test.dart b/angel_orm_test/lib/src/belongs_to_test.dart index 75843991..326240c8 100644 --- a/angel_orm_test/lib/src/belongs_to_test.dart +++ b/angel_orm_test/lib/src/belongs_to_test.dart @@ -147,7 +147,7 @@ belongsToTests(FutureOr 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.