From 2ea3f3b545d3d0a8a2561becf034b3065842240c Mon Sep 17 00:00:00 2001 From: customcommander Date: Sun, 13 Oct 2024 16:48:58 +0100 Subject: [PATCH] cosmetic --- test/acceptance/steps.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/acceptance/steps.js b/test/acceptance/steps.js index 9db65e5..5919fc3 100644 --- a/test/acceptance/steps.js +++ b/test/acceptance/steps.js @@ -19,7 +19,7 @@ const stock_map = { 'Food': 110, 'Reed': 109, 'Wood': 107, -} +}; Given('I start playing', async function () { await this.start();