| Index: pkg/http/lib/testing.dart
|
| diff --git a/pkg/http/lib/testing.dart b/pkg/http/lib/testing.dart
|
| index 4c750ce34a956475ed10620004b185e425770caa..9fe7b0618460ee4bb40e9508dc04dc7f128b520d 100644
|
| --- a/pkg/http/lib/testing.dart
|
| +++ b/pkg/http/lib/testing.dart
|
| @@ -2,8 +2,6 @@
|
| // for details. All rights reserved. Use of this source code is governed by a
|
| // BSD-style license that can be found in the LICENSE file.
|
|
|
| -library testing;
|
| -
|
| /// This library contains testing classes for the HTTP library.
|
| ///
|
| /// The [MockClient] class is a drop-in replacement for `http.Client` that
|
| @@ -23,5 +21,6 @@ library testing;
|
| /// 'content-type': 'application/json'
|
| /// });
|
| /// };
|
| +library http.testing;
|
|
|
| export 'src/mock_client.dart';
|
|
|