Skip to content

Commit fcb2d32

Browse files
committed
test: update test expected
1 parent 43ec6b2 commit fcb2d32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/basic.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ test('standalone fixtures', async t => {
2424
equal(tags.length, 315, 'tags output length should be 315')
2525

2626
const pages = await readFile('examples/basic/.velite/pages.json', 'utf8')
27-
equal(pages.length, 6149, 'pages output length should be 6149')
27+
equal(pages.length, 6182, 'pages output length should be 6182')
2828

2929
const posts = await readFile('examples/basic/.velite/posts.json', 'utf8')
3030
equal(posts.length, 14165, 'posts output length should be 14165')

0 commit comments

Comments
 (0)