aboutsummaryrefslogtreecommitdiff
path: root/test/js/third_party/got/got.test.ts
diff options
context:
space:
mode:
Diffstat (limited to 'test/js/third_party/got/got.test.ts')
-rw-r--r--test/js/third_party/got/got.test.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/js/third_party/got/got.test.ts b/test/js/third_party/got/got.test.ts
index efc37226b..223c6c411 100644
--- a/test/js/third_party/got/got.test.ts
+++ b/test/js/third_party/got/got.test.ts
@@ -26,7 +26,7 @@ describe("got", () => {
const data = await request.json();
expect(data).toEqual({ hello: "world" });
- return new Response("Hello world");
+ return new Response("Hello World!");
},
});