| Index: pkg/oauth2/test/handle_access_token_response_test.dart
|
| diff --git a/pkg/oauth2/test/handle_access_token_response_test.dart b/pkg/oauth2/test/handle_access_token_response_test.dart
|
| index 4757dc1b16090899f551bd4eae62c0946ae173f8..48465f2044a590319d5cab2e368e8b738e1ca05f 100644
|
| --- a/pkg/oauth2/test/handle_access_token_response_test.dart
|
| +++ b/pkg/oauth2/test/handle_access_token_response_test.dart
|
| @@ -5,7 +5,7 @@
|
| library handle_access_token_response_test;
|
|
|
| import 'dart:io';
|
| -import 'dart:json';
|
| +import 'dart:json' as JSON;
|
| import 'dart:uri';
|
|
|
| import '../../unittest/lib/unittest.dart';
|
|
|