| Index: pkg/http/test/response_test.dart
|
| diff --git a/pkg/http/test/response_test.dart b/pkg/http/test/response_test.dart
|
| index 097e0f8bd4bfa855b02bbad5f984a9a0533d7d4e..17b2b60534665f41ffeefaa3c9c9f214ae899f1a 100644
|
| --- a/pkg/http/test/response_test.dart
|
| +++ b/pkg/http/test/response_test.dart
|
| @@ -7,8 +7,8 @@ library response_test;
|
| import 'dart:async';
|
| import 'dart:io';
|
|
|
| +import 'package:http/http.dart' as http;
|
| import 'package:unittest/unittest.dart';
|
| -import '../lib/http.dart' as http;
|
|
|
| void main() {
|
| group('()', () {
|
|
|