Index: test/lock_file_test.dart |
diff --git a/test/lock_file_test.dart b/test/lock_file_test.dart |
index 4cb5751b1a4239c90d070126d5df68eed67c7f66..acc448f7065cfbaef0e05098267aa99da1065e29 100644 |
--- a/test/lock_file_test.dart |
+++ b/test/lock_file_test.dart |
@@ -15,8 +15,6 @@ import 'package:pub_semver/pub_semver.dart'; |
import 'package:test/test.dart'; |
import 'package:yaml/yaml.dart'; |
-import 'test_pub.dart'; |
- |
class MockSource extends Source { |
final String name = 'mock'; |
@@ -189,7 +187,7 @@ packages: |
}); |
test("ignores extra stuff in file", () { |
- var lockFile = new LockFile.parse(''' |
+ new LockFile.parse(''' |
extra: |
some: stuff |
packages: |