| Index: pkg/http/test/response_test.dart
|
| diff --git a/pkg/http/test/response_test.dart b/pkg/http/test/response_test.dart
|
| index 6062dab7fcc4bd015f41735027c8e6a926dfe758..04d3f3ba89c190471b372814c7e367db11efe628 100644
|
| --- a/pkg/http/test/response_test.dart
|
| +++ b/pkg/http/test/response_test.dart
|
| @@ -6,8 +6,8 @@ library response_test;
|
|
|
| import 'dart:io';
|
|
|
| -import '../../unittest/lib/unittest.dart';
|
| -import '../lib/http.dart' as http;
|
| +import 'package:unittest/unittest.dart';
|
| +import 'package:http/http.dart' as http;
|
|
|
| void main() {
|
| group('()', () {
|
|
|