Index: tests/html/rtc_test.dart |
diff --git a/tests/html/rtc_test.dart b/tests/html/rtc_test.dart |
index df096ab01b0da28a1d789c7d32dc0a7de422d167..e55e79ff0f1f8375308a36b496d36396b686c0cd 100644 |
--- a/tests/html/rtc_test.dart |
+++ b/tests/html/rtc_test.dart |
@@ -3,8 +3,8 @@ |
// BSD-style license that can be found in the LICENSE file. |
library RealTimeCommunicationTest; |
-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'; |
main() { |