Index: test/lock_file_test.dart |
diff --git a/test/lock_file_test.dart b/test/lock_file_test.dart |
index d1b68de32803ba28dee052d6a060c7d292856908..6c584ee9003a14f23109cf23e2bc0ca544d40ec2 100644 |
--- a/test/lock_file_test.dart |
+++ b/test/lock_file_test.dart |
@@ -12,7 +12,7 @@ import 'package:pub/src/pubspec.dart'; |
import 'package:pub/src/source.dart'; |
import 'package:pub/src/source_registry.dart'; |
import 'package:pub_semver/pub_semver.dart'; |
-import 'package:unittest/unittest.dart'; |
+import 'package:test/test.dart'; |
import 'package:yaml/yaml.dart'; |
import 'test_pub.dart'; |
@@ -45,8 +45,6 @@ class MockSource extends Source { |
} |
main() { |
- initConfig(); |
- |
var sources = new SourceRegistry(); |
var mockSource = new MockSource(); |
sources.register(mockSource); |