| Index: test/location_test.dart
|
| diff --git a/test/location_test.dart b/test/location_test.dart
|
| index 1eedec43a14e3d74412ff23e7163925c0144ebda..dcd497a9f8f3e39baaf7732dc367c086d2b33066 100644
|
| --- a/test/location_test.dart
|
| +++ b/test/location_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:source_span/source_span.dart';
|
|
|
| main() {
|
|
|