summaryrefslogtreecommitdiff
path: root/packages/astro-rss
diff options
context:
space:
mode:
Diffstat (limited to 'packages/astro-rss')
-rw-r--r--packages/astro-rss/test/pagesGlobToRssItems.test.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/astro-rss/test/pagesGlobToRssItems.test.js b/packages/astro-rss/test/pagesGlobToRssItems.test.js
index e72f6d3b3..d0b944ac8 100644
--- a/packages/astro-rss/test/pagesGlobToRssItems.test.js
+++ b/packages/astro-rss/test/pagesGlobToRssItems.test.js
@@ -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) =>