mirror of
https://github.com/feeddeck/feeddeck.git
synced 2026-03-09 15:12:10 -05:00
[rss] Fix Test Name
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user