Index: tests/lib/convert/json_lib_test.dart |
diff --git a/tests/lib/convert/json_lib_test.dart b/tests/lib/convert/json_lib_test.dart |
index 1226f7bb907276c1af0b997f97f62f1d43b7538e..6ecde96cde6406d426965ccd34d8ca149a0a2eee 100644 |
--- a/tests/lib/convert/json_lib_test.dart |
+++ b/tests/lib/convert/json_lib_test.dart |
@@ -3,7 +3,7 @@ |
// BSD-style license that can be found in the LICENSE file. |
library json_tests; |
-import 'package:unittest/unittest.dart'; |
+import 'package:test/test.dart'; |
import 'dart:convert'; |
main() { |