[rss] Fix Test Name

This commit is contained in:
ricoberger
2023-12-12 22:13:47 +01:00
parent 49c168b5b2
commit 2966ecc651

View File

@@ -1428,7 +1428,7 @@ const responseHV = `<?xml version="1.0" encoding="UTF-8"?>
</channel>
</rss>`;
Deno.test('getRSSFeed - FP', async () => {
Deno.test('getRSSFeed - HV', async () => {
const fetchWithTimeoutSpy = stub(
utils,
'fetchWithTimeout',