mirror of
https://github.com/iptv-org/iptv.git
synced 2025-05-16 12:00:04 -04:00
Update cleanup-database.test.js
This commit is contained in:
parent
0de337039e
commit
1869be4014
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ beforeEach(() => {
|
||||||
|
|
||||||
it('can remove broken links from database', () => {
|
it('can remove broken links from database', () => {
|
||||||
expect(content('tests/__data__/output/streams.db')).toEqual(
|
expect(content('tests/__data__/output/streams.db')).toEqual(
|
||||||
content('tests/__data__/expected/cleanup-database.streams.db')
|
content('tests/__data__/expected/database/cleanup-database.streams.db')
|
||||||
)
|
)
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue