Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
uiolee committed Jan 14, 2025
1 parent af35a4a commit 91ba7d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/scripts/filters/post_permalink.ts
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ describe('post_permalink', () => {
postPermalink(posts[0]).should.eql(`${timestamp}/test0`);
postPermalink(posts[1]).should.eql(`${timestamp}/test1`);

await Promise.all(
return Promise.all(
posts.map(post => {
return Post.removeById(post._id);
})
Expand Down

0 comments on commit 91ba7d8

Please sign in to comment.