Skip to content

Commit d18a445

Browse files
committed
update test snapshot
1 parent 7d21828 commit d18a445

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/integration/telemetry/test/index.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -331,7 +331,7 @@ describe('Telemetry CLI', () => {
331331
const event1 = /NEXT_BUILD_OPTIMIZED[\s\S]+?{([\s\S]+?)}/.exec(stderr).pop()
332332
expect(event1).toMatch(/"staticPropsPageCount": 2/)
333333
expect(event1).toMatch(/"serverPropsPageCount": 2/)
334-
expect(event1).toMatch(/"ssrPageCount": 1/)
334+
expect(event1).toMatch(/"ssrPageCount": 2/)
335335
expect(event1).toMatch(/"staticPageCount": 4/)
336336
expect(event1).toMatch(/"totalPageCount": 9/)
337337
})

0 commit comments

Comments
 (0)