| Index: packages/plugin/test/plugin_impl_test.dart
|
| diff --git a/packages/plugin/test/plugin_impl_test.dart b/packages/plugin/test/plugin_impl_test.dart
|
| index 2221cf81ced78346808871cdc4260913d80df848..c8603afbcf5ca70a009d375cc1c69dd6df038a93 100644
|
| --- a/packages/plugin/test/plugin_impl_test.dart
|
| +++ b/packages/plugin/test/plugin_impl_test.dart
|
| @@ -6,9 +6,11 @@ library test.operation;
|
|
|
| import 'package:plugin/plugin.dart';
|
| import 'package:plugin/src/plugin_impl.dart';
|
| -import 'package:test/test.dart';
|
| +import 'package:unittest/unittest.dart';
|
|
|
| main() {
|
| + groupSep = ' | ';
|
| +
|
| group('ExtensionManager', () {
|
| test('processPlugins', () {
|
| TestPlugin plugin1 = new TestPlugin('plugin1');
|
|
|