| Index: test/lish/does_not_publish_if_private_test.dart
|
| diff --git a/test/lish/does_not_publish_if_private_test.dart b/test/lish/does_not_publish_if_private_test.dart
|
| index 96364e094c063bb14bbbcc648a60f19736fbb4ef..3972153a916304b244c9654940bb4405263521c5 100644
|
| --- a/test/lish/does_not_publish_if_private_test.dart
|
| +++ b/test/lish/does_not_publish_if_private_test.dart
|
| @@ -9,7 +9,6 @@ import '../descriptor.dart' as d;
|
| import '../test_pub.dart';
|
|
|
| main() {
|
| - initConfig();
|
| integration('does not publish if the package is private', () {
|
| var pkg = packageMap("test_pkg", "1.0.0");
|
| pkg["publish_to"] = "none";
|
|
|