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
commit 98bccc0faa
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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')
)
})