Skip to content

Commit

Permalink
Update src/workerd/api/http-test.js
Browse files Browse the repository at this point in the history
Co-authored-by: Dominik Picheta <dominik@cloudflare.com>
  • Loading branch information
2 people authored and ns476 committed Aug 2, 2024
1 parent 776c4e2 commit 8070ebd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/workerd/api/http-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ export const cacheMode = {
message: 'Unsupported cache mode: unsupported',
});

// Any value other that undefined is currently not supported
// Any value other than undefined is currently not supported
// TODO(soon): The no-store and no-cache values will be supported
// soon, at which time this test will need to be updated.
await assert.rejects((async () => {
Expand Down

0 comments on commit 8070ebd

Please sign in to comment.