mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
fix rss handler tests
This commit is contained in:
parent
202fe50ebc
commit
3cfee2915a
1 changed files with 1 additions and 1 deletions
|
|
@ -7,7 +7,7 @@ describe('fetchAndChecksum', () => {
|
|||
it('should hash the content available', async () => {
|
||||
nock('https://fake.com', {}).get('/rss.xml').reply(200, 'i am some content')
|
||||
const result = await fetchAndChecksum('https://fake.com/rss.xml')
|
||||
expect(result.checksum).to.eq(
|
||||
expect(result?.checksum).to.eq(
|
||||
'd6bc10faec048d999d0cf4b2f7103d84557fb9cd94c3bccd17884b1288949375'
|
||||
)
|
||||
})
|
||||
|
|
|
|||
Loading…
Reference in a new issue