aboutsummaryrefslogtreecommitdiff
path: root/test/bun.js/url.test.ts
diff options
context:
space:
mode:
Diffstat (limited to 'test/bun.js/url.test.ts')
-rw-r--r--test/bun.js/url.test.ts4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/bun.js/url.test.ts b/test/bun.js/url.test.ts
index 37ea2008b..87291a09c 100644
--- a/test/bun.js/url.test.ts
+++ b/test/bun.js/url.test.ts
@@ -9,11 +9,11 @@ describe("url", () => {
expect(
Bun.inspect(
new URL(
- "https://github.com/Jarred-Sumner/bun/issues/135?hello%20i%20have%20spaces%20thank%20you%20good%20night"
+ "https://github.com/oven-sh/bun/issues/135?hello%20i%20have%20spaces%20thank%20you%20good%20night"
)
)
).toBe(
- "https://github.com/Jarred-Sumner/bun/issues/135?hello%20i%20have%20spaces%20thank%20you%20good%20night"
+ "https://github.com/oven-sh/bun/issues/135?hello%20i%20have%20spaces%20thank%20you%20good%20night"
);
});
it("works", () => {