Fix typo in gemini test output for environment configuration

This commit is contained in:
Brett Sun 2016-02-04 15:02:50 +01:00
parent 2c5b029e08
commit 9c073bb73b
1 changed files with 3 additions and 3 deletions

View File

@ -22,9 +22,9 @@ console.log(`Main piece: ${MAIN_PIECE_ID}`);
console.log(`Main edition: ${MAIN_EDITION_ID}\n`);
console.log('Timeouts:');
console.log(` Short: ${TIMEOUTS.SHORT}`);
console.log(` Normal: ${TIMEOUTS.NORMAL}\n`);
console.log(` Long: ${TIMEOUTS.LONG}\n`);
console.log(` Super super extra long: ${TIMEOUTS.SUPER_DUPER_EXTRA_LONG}\n`);
console.log(` Normal: ${TIMEOUTS.NORMAL}`);
console.log(` Long: ${TIMEOUTS.LONG}`);
console.log(` Super duper extra long: ${TIMEOUTS.SUPER_DUPER_EXTRA_LONG}\n`);
console.log('========================================================\n');
module.exports = {