mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-06 05:47:13 +02:00
12 lines
368 B
Diff
12 lines
368 B
Diff
--- a/tests/unit_node/http_test.ts.orig
|
|
+++ b/tests/unit_node/http_test.ts
|
|
@@ -835,7 +835,7 @@
|
|
await deferred1.promise;
|
|
const expectedMsg = Deno.build.os === "windows"
|
|
? "Only one usage of each socket address"
|
|
- : "Address already in use";
|
|
+ : "Address in use";
|
|
assert(
|
|
err.message.startsWith(expectedMsg),
|
|
`Wrong error: ${err.message}`,
|