Skip to content
This repository has been archived by the owner on Mar 16, 2019. It is now read-only.

Commit

Permalink
Convert from unittest to test
Browse files Browse the repository at this point in the history
R=scheglov@google.com

Review URL: https://codereview.chromium.org//2320213003 .
  • Loading branch information
bwilkerson committed Sep 9, 2016
1 parent 1f7910c commit 197b709
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion pubspec.yaml
Expand Up @@ -6,4 +6,4 @@ homepage: https://github.com/dart-lang/plugin
environment:
sdk: '>=1.0.0 <2.0.0'
dev_dependencies:
unittest: any
test: any
4 changes: 1 addition & 3 deletions test/plugin_impl_test.dart
Expand Up @@ -6,11 +6,9 @@ library test.operation;

import 'package:plugin/plugin.dart';
import 'package:plugin/src/plugin_impl.dart';
import 'package:unittest/unittest.dart';
import 'package:test/test.dart';

main() {
groupSep = ' | ';

group('ExtensionManager', () {
test('processPlugins', () {
TestPlugin plugin1 = new TestPlugin('plugin1');
Expand Down

0 comments on commit 197b709

Please sign in to comment.