| Index: test/url_test.dart
|
| diff --git a/test/url_test.dart b/test/url_test.dart
|
| index aca161b41e6e6e4a52eb1c1d7a3974bbebc41b00..3d52df31ed394e384038c90e9f9f11ad575f0037 100644
|
| --- a/test/url_test.dart
|
| +++ b/test/url_test.dart
|
| @@ -2,7 +2,7 @@
|
| // for details. All rights reserved. Use of this source code is governed by a
|
| // BSD-style license that can be found in the LICENSE file.
|
|
|
| -import 'package:unittest/unittest.dart';
|
| +import 'package:test/test.dart';
|
| import 'package:path/path.dart' as path;
|
|
|
| main() {
|
|
|