summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--cli/tests/unit/http_test.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/tests/unit/http_test.ts b/cli/tests/unit/http_test.ts
index c243d6442..a955a7ab8 100644
--- a/cli/tests/unit/http_test.ts
+++ b/cli/tests/unit/http_test.ts
@@ -848,7 +848,7 @@ unitTest(
listener.close();
- assertEquals(errors.length, 2);
+ assert(errors.length >= 1);
for (const error of errors) {
assertEquals(error.name, "Http");
assertEquals(