Rename /channels to /streams

This commit is contained in:
Aleksandr Statciuk 2022-02-15 02:46:08 +03:00
parent 27fa1a8249
commit a77f474fb6
452 changed files with 22988 additions and 23308 deletions

View file

@ -6,7 +6,7 @@ beforeEach(() => {
fs.emptyDirSync('tests/__data__/output')
const stdout = execSync(
'DB_DIR=tests/__data__/output/database npm run db:create -- --input-dir=tests/__data__/input/channels --max-clusters=1',
'DB_DIR=tests/__data__/output/database npm run db:create -- --input-dir=tests/__data__/input/streams --max-clusters=1',
{ encoding: 'utf8' }
)
})