aboutsummaryrefslogtreecommitdiff
path: root/test/bun.js/body-stream.test.ts
diff options
context:
space:
mode:
Diffstat (limited to 'test/bun.js/body-stream.test.ts')
-rw-r--r--test/bun.js/body-stream.test.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/bun.js/body-stream.test.ts b/test/bun.js/body-stream.test.ts
index 9a68ad3bc..1cd932ed9 100644
--- a/test/bun.js/body-stream.test.ts
+++ b/test/bun.js/body-stream.test.ts
@@ -3,7 +3,7 @@ import { file, gc, serve, ServeOptions } from "bun";
import { afterAll, afterEach, describe, expect, it, test } from "bun:test";
import { readFileSync } from "fs";
-var port = 4021;
+var port = 0;
{
const BodyMixin = [