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