mirror of
https://github.com/iptv-org/epg.git
synced 2025-05-10 00:50:09 -04:00
Update grab.test.ts
This commit is contained in:
parent
e9ab520040
commit
d2fa9a0e0f
1 changed files with 2 additions and 2 deletions
|
@ -41,8 +41,8 @@ describe('epg:grab', () => {
|
|||
content('tests/__data__/expected/guide.xml')
|
||||
)
|
||||
|
||||
expect(content('tests/__data__/output/guide.xml.gz')).toEqual(
|
||||
content('tests/__data__/expected/guide.xml.gz')
|
||||
expect(fs.readFileSync('tests/__data__/output/guide.xml.gz')).toEqual(
|
||||
fs.readFileSync('tests/__data__/expected/guide.xml.gz')
|
||||
)
|
||||
})
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue