Index: pkg/http/test/http_test.dart |
diff --git a/pkg/http/test/http_test.dart b/pkg/http/test/http_test.dart |
index 0aab493ecbe41f4e63a2c5d0f4ce7a5d729c98e5..d9ffa7d4ac0bd85f59f975600632d79c2c77a2f9 100644 |
--- a/pkg/http/test/http_test.dart |
+++ b/pkg/http/test/http_test.dart |
@@ -6,8 +6,8 @@ library http_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; |
import 'utils.dart'; |
main() { |