Skip to content

Commit 7591d3d

Browse files
committed
update test
1 parent 66f7917 commit 7591d3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/e2e/app-dir/app-static/app-static.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ describe('app-dir static/dynamic handling', () => {
6464
expect(res.status).toBe(200)
6565
await retry(() => {
6666
expect(next.cliOutput).toContain('exceeded max tag count for')
67-
expect(next.cliOutput).toContain('tag-65')
67+
expect(next.cliOutput).toContain('tag-129')
6868
})
6969
})
7070

0 commit comments

Comments
 (0)