| Index: test/priority_queue_test.dart
|
| diff --git a/test/priority_queue_test.dart b/test/priority_queue_test.dart
|
| index 703ab726f2cc0b313e43b389ce865cccd15df5f2..264bf94fbdd5f5658c3407cbf9a599385b810f4d 100644
|
| --- a/test/priority_queue_test.dart
|
| +++ b/test/priority_queue_test.dart
|
| @@ -5,7 +5,7 @@
|
| /// Tests priority queue implementations utilities.
|
|
|
| import "package:collection/priority_queue.dart";
|
| -import "package:unittest/unittest.dart";
|
| +import "package:test/test.dart";
|
|
|
| void main() {
|
| testInt(() => new HeapPriorityQueue<int>());
|
|
|