Skip to content

Commit

Permalink
update prod test
Browse files Browse the repository at this point in the history
  • Loading branch information
huozhi committed Jan 24, 2024
1 parent a20a9c5 commit a630b3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/app-dir/metadata-dynamic-routes/index.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -556,7 +556,7 @@ createNextDescribe(
})

it('should generate static paths of dynamic sitemap in production', async () => {
const sitemapPaths = [0, 1, 2].map(
const sitemapPaths = ['child0', 'child1', 'child2', 'child3'].map(
(id) => `.next/server/app/gsp/sitemap/${id}.xml.meta`
)
const promises = sitemapPaths.map(async (filePath) => {
Expand Down

0 comments on commit a630b3a

Please sign in to comment.