Skip to content

Commit

Permalink
fix: align the tests with the current interface
Browse files Browse the repository at this point in the history
  • Loading branch information
barjin committed Jul 3, 2024
1 parent 4b62f08 commit a796104
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/utils/test/sitemap.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ describe('Sitemap', () => {
expect(items).toHaveLength(5);
expect(items).toContainEqual(
expect.objectContaining({
url: 'http://not-exists.com/',
loc: 'http://not-exists.com/',
priority: 0.8,
changefreq: 'monthly',
lastmod: new Date('2005-02-03'),
Expand Down

0 comments on commit a796104

Please sign in to comment.