Skip to content

Commit

Permalink
fix: change assertion in httpServerIncompleteMessage test (denoland#1…
Browse files Browse the repository at this point in the history
  • Loading branch information
bartlomieju committed Sep 13, 2021
1 parent 3b30ba8 commit 274ff6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/tests/unit/http_test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit 274ff6c

Please sign in to comment.