| Index: test/lish/preview_errors_if_private_test.dart
|
| diff --git a/test/lish/preview_errors_if_private_test.dart b/test/lish/preview_errors_if_private_test.dart
|
| index 20296c8ba7314e6f0d6f3db85b0e2900b8161923..63a93f90c13b7397ab9e8dd7e40d908bdbc8ca31 100644
|
| --- a/test/lish/preview_errors_if_private_test.dart
|
| +++ b/test/lish/preview_errors_if_private_test.dart
|
| @@ -9,7 +9,6 @@ import '../descriptor.dart' as d;
|
| import '../test_pub.dart';
|
|
|
| main() {
|
| - initConfig();
|
| integration('preview shows an error if the package is private', () {
|
| var pkg = packageMap("test_pkg", "1.0.0");
|
| pkg["publish_to"] = "none";
|
|
|