Skip to content

Commit

Permalink
test: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
boywithkeyboard committed Apr 4, 2024
1 parent 0a16411 commit 4bb993d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/registry.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ test('latest tag', async () => {

await res.body.cancel()

assert.strictEqual(res.headers.get('location', `https://deno.re/esbuild/deno-esbuild@${latestTag}/mod.js`), expected)
assert.strictEqual(res.headers.get('location'), `https://deno.re/esbuild/deno-esbuild@${latestTag}/mod.js`)
})

test('specific commit', async () => {
Expand Down

0 comments on commit 4bb993d

Please sign in to comment.