style(aio): change mock value for consistency

This commit is contained in:
Georgios Kalpakas 2017-03-01 15:16:38 +02:00 committed by Chuck Jazdzewski
parent 2796790c7d
commit 0e9277b4c3
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ describe('BuildCreator', () => {
const pr = '9';
const sha = '9'.repeat(40);
const archive = 'snapshot.tar.gz';
const buildsDir = 'build/dir';
const buildsDir = 'builds/dir';
const prDir = `${buildsDir}/${pr}`;
const shaDir = `${prDir}/${sha}`;
let bc: BuildCreator;