Remove expected/database/streams.db

This commit is contained in:
Aleksandr Statciuk 2022-02-15 02:59:19 +03:00
parent 72cbe4741b
commit 4355fdb28c
5 changed files with 6 additions and 5 deletions

View file

@ -6,7 +6,7 @@ beforeEach(() => {
fs.emptyDirSync('tests/__data__/output')
fs.copyFileSync(
'tests/__data__/input/database/base_streams.db',
'tests/__data__/input/database/db_matrix.streams.db',
'tests/__data__/output/streams.db'
)
})