Skip to content

Commit

Permalink
test: update test expected
Browse files Browse the repository at this point in the history
  • Loading branch information
zce committed Sep 13, 2024
1 parent 43ec6b2 commit fcb2d32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/basic.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ test('standalone fixtures', async t => {
equal(tags.length, 315, 'tags output length should be 315')

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

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

0 comments on commit fcb2d32

Please sign in to comment.