Skip to content

Commit 6c15dd8

Browse files
committed
groups can't be async
1 parent 15c4096 commit 6c15dd8

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

pkgs/appengine/test/integration/grpc_datastore_test.dart

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,9 @@ main() async {
1717

1818
final String nsPrefix = Platform.operatingSystem;
1919

20-
test.group('grpc datastore', () async {
21-
await withAuthenticator(OAuth2Scopes, (
22-
String project,
23-
grpc.HttpBasedAuthenticator authenticator,
24-
) async {
20+
test.group('grpc datastore', () {
21+
withAuthenticator(OAuth2Scopes,
22+
(String project, grpc.HttpBasedAuthenticator authenticator) async {
2523
final clientChannel = grpc.ClientChannel(endpoint);
2624
final datastore =
2725
GrpcDatastoreImpl(clientChannel, authenticator, project);

0 commit comments

Comments
 (0)