From d77a0320b7c0f499b357e7831f967628d1a80f18 Mon Sep 17 00:00:00 2001 From: Rob Mensching Date: Mon, 8 Jan 2024 13:39:41 -0800 Subject: [PATCH] fix(rss): update test name to better match behavior (#9646) --- packages/astro-rss/test/pagesGlobToRssItems.test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/astro-rss/test/pagesGlobToRssItems.test.js b/packages/astro-rss/test/pagesGlobToRssItems.test.js index e72f6d3b3c..d0b944ac83 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) =>