1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-01-03 21:08:56 -05:00

fix: change assertion in httpServerIncompleteMessage test (#12052)

This commit is contained in:
Bartek Iwańczuk 2021-09-13 17:05:00 +02:00 committed by GitHub
parent 3b30ba8031
commit 274ff6c469
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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(