From 1c7385f774f12f4d02adf0370bc692622e81f22c Mon Sep 17 00:00:00 2001 From: PitiTheGrey <35431804+PitiTheGrey@users.noreply.github.com> Date: Tue, 28 Apr 2020 22:23:59 +0200 Subject: [PATCH] Update reset.js --- test/common/ops/reset.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/common/ops/reset.js b/test/common/ops/reset.js index ccfc1ae00e..5596206381 100644 --- a/test/common/ops/reset.js +++ b/test/common/ops/reset.js @@ -67,7 +67,7 @@ describe('shared.ops.reset', () => { expect(user.stats.per).to.equal(0); expect(user.stats.points).to.equal(1); }); - + it('resets user\'s gold', () => { user.stats.gp = 20;