Index: tests/html/crypto_test.dart |
diff --git a/tests/html/crypto_test.dart b/tests/html/crypto_test.dart |
index b4992a308fce41072754d92ecbf6556381098ed6..41666a551f3279e63628d5dd20352e9c044536b5 100644 |
--- a/tests/html/crypto_test.dart |
+++ b/tests/html/crypto_test.dart |
@@ -3,8 +3,8 @@ |
// BSD-style license that can be found in the LICENSE file. |
library crypto_test; |
-import '../../pkg/unittest/lib/unittest.dart'; |
-import '../../pkg/unittest/lib/html_individual_config.dart'; |
+import 'package:unittest/unittest.dart'; |
+import 'package:unittest/html_individual_config.dart'; |
import 'dart:html'; |
import 'dart:typed_data'; |