We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15c4096 commit 6c15dd8Copy full SHA for 6c15dd8
pkgs/appengine/test/integration/grpc_datastore_test.dart
@@ -17,11 +17,9 @@ main() async {
17
18
final String nsPrefix = Platform.operatingSystem;
19
20
- test.group('grpc datastore', () async {
21
- await withAuthenticator(OAuth2Scopes, (
22
- String project,
23
- grpc.HttpBasedAuthenticator authenticator,
24
- ) async {
+ test.group('grpc datastore', () {
+ withAuthenticator(OAuth2Scopes,
+ (String project, grpc.HttpBasedAuthenticator authenticator) async {
25
final clientChannel = grpc.ClientChannel(endpoint);
26
final datastore =
27
GrpcDatastoreImpl(clientChannel, authenticator, project);
0 commit comments