Skip to content

Commit

Permalink
test: fix rss-parser update error
Browse files Browse the repository at this point in the history
  • Loading branch information
DIYgod committed Nov 28, 2021
1 parent 6e10cb5 commit ba09be4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/middleware/template.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ describe('template', () => {
delete parsed2.lastBuildDate;
delete parsed1.feedUrl;
delete parsed2.feedUrl;
delete parsed1.paginationLinks;
delete parsed2.paginationLinks;
expect(parsed2).toMatchObject(parsed1);
});

Expand Down

0 comments on commit ba09be4

Please sign in to comment.