| Index: pkg/oauth2/test/authorization_code_grant_test.dart
|
| diff --git a/pkg/oauth2/test/authorization_code_grant_test.dart b/pkg/oauth2/test/authorization_code_grant_test.dart
|
| index ad2c0ba3d467d70070a7fea6f16874c66b29f5b3..c4ccc216f24772bb663851d9b445ba5f5b562bca 100644
|
| --- a/pkg/oauth2/test/authorization_code_grant_test.dart
|
| +++ b/pkg/oauth2/test/authorization_code_grant_test.dart
|
| @@ -18,7 +18,7 @@ final redirectUrl = new Uri.fromString('http://example.com/redirect');
|
|
|
| ExpectClient client;
|
|
|
| -AuthorizationCodeGrant grant;
|
| +oauth2.AuthorizationCodeGrant grant;
|
|
|
| void createGrant() {
|
| client = new ExpectClient();
|
|
|