Skip to content

Commit

Permalink
Remove duplicate should in test name (#17303)
Browse files Browse the repository at this point in the history
  • Loading branch information
stigkj committed Sep 23, 2020
1 parent 8fdb93d commit a4be780
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration/prerender/test/index.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -1129,7 +1129,7 @@ const runTests = (dev = false, isEmulatedServerless = false) => {
})
} else {
if (!isEmulatedServerless) {
it('should should use correct caching headers for a no-revalidate page', async () => {
it('should use correct caching headers for a no-revalidate page', async () => {
const initialRes = await fetchViaHTTP(appPort, '/something')
expect(initialRes.headers.get('cache-control')).toBe(
's-maxage=31536000, stale-while-revalidate'
Expand Down

0 comments on commit a4be780

Please sign in to comment.