From cc4772c75a47dea89930539aff20c67dc3dfbd73 Mon Sep 17 00:00:00 2001 From: Mateus Etto Date: Mon, 12 Mar 2018 23:48:09 +0900 Subject: [PATCH] Update test --- test/api/v3/unit/models/group.test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/api/v3/unit/models/group.test.js b/test/api/v3/unit/models/group.test.js index 18cdb23b8b..fff28e4cc9 100644 --- a/test/api/v3/unit/models/group.test.js +++ b/test/api/v3/unit/models/group.test.js @@ -201,7 +201,7 @@ describe('Group Model', () => { party = await Group.findOne({_id: party._id}); expect(Group.prototype.sendChat).to.be.calledOnce; - expect(Group.prototype.sendChat).to.be.calledWith('`Participating Member attacks Wailing Whale for 5.0 damage.` `Wailing Whale attacks party for 7.5 damage.`'); + expect(Group.prototype.sendChat).to.be.calledWith('`Participating Member attacks Wailing Whale for 5.0 damage. Wailing Whale attacks party for 7.5 damage.`'); }); it('applies damage only to participating members of party', async () => {