Skip to content

Commit

Permalink
Adjust Client Nav Test
Browse files Browse the repository at this point in the history
This adjusts a test added in vercel#8960 to render the correct page.
  • Loading branch information
Timer committed Nov 15, 2019
1 parent ba5e694 commit 4b27d54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration/client-navigation/test/rendering.js
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ export default function(render, fetch) {
})

test('header helper dedupes tags with the same key as the default', async () => {
const html = await render('/head')
const html = await render('/head-duplicate-default-keys')
expect(html).toContain('<meta charSet="iso-8859-5"/>')
expect(html).not.toContain('<meta charSet="utf-8"/>')
expect(html).toContain(
Expand Down

0 comments on commit 4b27d54

Please sign in to comment.