| Index: test/transcript_test.dart
|
| diff --git a/test/transcript_test.dart b/test/transcript_test.dart
|
| index 6a81d56165a0a1392b0f2346fda6ddb39f16c766..ab3d0af1f3d90aee4ac56c3dec0de5271e807bca 100644
|
| --- a/test/transcript_test.dart
|
| +++ b/test/transcript_test.dart
|
| @@ -5,13 +5,11 @@
|
| library version_test;
|
|
|
| import 'package:pub/src/transcript.dart';
|
| -import 'package:unittest/unittest.dart';
|
| +import 'package:test/test.dart';
|
|
|
| import 'test_pub.dart';
|
|
|
| main() {
|
| - initConfig();
|
| -
|
| test("discards from the middle once it reaches the maximum", () {
|
| var transcript = new Transcript<String>(4);
|
| forEachToString() {
|
|
|