Index: utils/tests/pub/test_pub.dart |
diff --git a/utils/tests/pub/test_pub.dart b/utils/tests/pub/test_pub.dart |
index 9d2b6085f8c25eb798613e71178493d330607b80..de8ab1ca0571fb10a8d12ce95ba7a3873ac143f6 100644 |
--- a/utils/tests/pub/test_pub.dart |
+++ b/utils/tests/pub/test_pub.dart |
@@ -827,7 +827,7 @@ abstract class Descriptor { |
checkComplete() { |
if (failures.length + successes != matches.length) return; |
if (successes > 0) { |
- completer.complete(null); |
+ completer.complete(); |
return; |
} |