Skip to content

Commit

Permalink
fix(rss): update test name to better match behavior (#9646)
Browse files Browse the repository at this point in the history
  • Loading branch information
robmen authored Jan 8, 2024
1 parent 51c4c82 commit d77a032
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/astro-rss/test/pagesGlobToRssItems.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ describe('pagesGlobToRssItems', () => {
return chai.expect(pagesGlobToRssItems(globResult)).to.not.be.rejected;
});

it('should fail on missing "description" key if "title" is present', () => {
it('should not fail on missing "description" key if "title" is present', () => {
const globResult = {
'./posts/php.md': () =>
new Promise((resolve) =>
Expand Down

0 comments on commit d77a032

Please sign in to comment.