Merge branch 'master' into patch-2025.01.5

This commit is contained in:
Alstruit
2025-01-22 19:06:48 -06:00
committed by GitHub
11 changed files with 257 additions and 15 deletions

View File

@@ -86,7 +86,7 @@ describe('epg:grab', () => {
if (process.env.DEBUG === 'true') console.log(cmd, stdout)
expect(content('tests/__data__/output/guide.xml')).toEqual(
content('tests/__data__/expected/guide.xml')
content('tests/__data__/expected/custom_guide.xml')
)
})