| Index: test/handle_access_token_response_test.dart
|
| diff --git a/test/handle_access_token_response_test.dart b/test/handle_access_token_response_test.dart
|
| index d97ef3860a648cfc436dc582fa5dc2f2cb8428f2..4d822626c2043f74f9afe7e722bb1e5b98550a16 100644
|
| --- a/test/handle_access_token_response_test.dart
|
| +++ b/test/handle_access_token_response_test.dart
|
| @@ -9,7 +9,7 @@ import 'dart:convert';
|
| import 'package:http/http.dart' as http;
|
| import 'package:oauth2/oauth2.dart' as oauth2;
|
| import 'package:oauth2/src/handle_access_token_response.dart';
|
| -import 'package:unittest/unittest.dart';
|
| +import 'package:test/test.dart';
|
|
|
| import 'utils.dart';
|
|
|
|
|