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