Index: tests/html/htmlelement_test.dart |
diff --git a/tests/html/htmlelement_test.dart b/tests/html/htmlelement_test.dart |
index f4157ed233f26e3f84c3c35563ba34b137fd798e..fd22c1336fd62fc80fcbc7ddcace6bf9b29873e7 100644 |
--- a/tests/html/htmlelement_test.dart |
+++ b/tests/html/htmlelement_test.dart |
@@ -1,6 +1,6 @@ |
library ElementTest; |
-import '../../pkg/unittest/lib/unittest.dart'; |
-import '../../pkg/unittest/lib/html_config.dart'; |
+import 'package:unittest/unittest.dart'; |
+import 'package:unittest/html_config.dart'; |
import 'dart:html'; |
import 'utils.dart'; |