Skip geo-blocked streams when updating status

This commit is contained in:
Aleksandr Statciuk 2021-12-31 11:49:22 +03:00
parent d19ffe0bb0
commit 0809b67b83
4 changed files with 5 additions and 3 deletions

View file

@ -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', () => {