Skip geo-blocked streams when updating status
This commit is contained in:
@ -5,7 +5,7 @@ const { execSync } = require('child_process')
|
||||
beforeEach(() => {
|
||||
fs.rmdirSync('tests/__data__/temp', { recursive: true })
|
||||
fs.mkdirSync('tests/__data__/temp')
|
||||
fs.copyFileSync('tests/__data__/input/update.db', 'tests/__data__/temp/test.db')
|
||||
fs.copyFileSync('tests/__data__/input/update-database.test.db', 'tests/__data__/temp/test.db')
|
||||
})
|
||||
|
||||
it('can update database', () => {
|
||||
|
Reference in New Issue
Block a user