Skip to content

Commit b324279

Browse files
Fix typo (#850)
1 parent 7f0b6a9 commit b324279

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/main.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2106,7 +2106,7 @@ test('options override Request instance body', async t => {
21062106
await ky(inputRequest, {body: expectedBody});
21072107
});
21082108

2109-
test('POST JSON with falsey value', async t => {
2109+
test('POST JSON with falsy value', async t => {
21102110
// #222
21112111
const server = await createHttpTestServer(t, {bodyParser: false});
21122112
server.post('/', async (request, response) => {

0 commit comments

Comments
 (0)