mirror of
https://github.com/iptv-org/epg.git
synced 2025-05-10 00:50:09 -04:00
Update create-queue.test.js
This commit is contained in:
parent
8c504fc415
commit
8040f70a3a
1 changed files with 2 additions and 2 deletions
|
@ -36,8 +36,8 @@ it('can create queue', () => {
|
||||||
})
|
})
|
||||||
|
|
||||||
it('can log errors', () => {
|
it('can log errors', () => {
|
||||||
let output = content('tests/__data__/output/logs/errors/ca-nl/example.com.log')
|
let output = content('tests/__data__/output/logs/errors/ca/example.com.log')
|
||||||
let expected = content('tests/__data__/expected/logs/errors/ca-nl/example.com.log')
|
let expected = content('tests/__data__/expected/logs/errors/ca/example.com.log')
|
||||||
|
|
||||||
expect(output).toEqual(expected)
|
expect(output).toEqual(expected)
|
||||||
})
|
})
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue