Update grab.test.ts

This commit is contained in:
freearhey 2023-10-15 11:24:41 +03:00
parent e9ab520040
commit d2fa9a0e0f
1 changed files with 2 additions and 2 deletions

View File

@ -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')
)
})