From ba054edbd9ba62bd6f9d470b85463ee8387ece4b Mon Sep 17 00:00:00 2001 From: David Racero Date: Wed, 27 Jan 2021 16:02:44 +0100 Subject: [PATCH] Test formatting error --- test/scenario.spec.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test/scenario.spec.ts b/test/scenario.spec.ts index 13037cfb..9826a03d 100644 --- a/test/scenario.spec.ts +++ b/test/scenario.spec.ts @@ -18,7 +18,8 @@ fs.readdirSync(scenarioFolder).forEach((file) => { const scenario = require(`./helpers/scenarios/${file}`); makeSuite(scenario.title, async (testEnv) => { - before('Initializing configuration', async () => { + before('Initializing configuration', + async () => { // Sets BigNumber for this suite, instead of globally BigNumber.config({ DECIMAL_PLACES: 0, ROUNDING_MODE: BigNumber.ROUND_DOWN });