mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-07-15 16:32:16 +00:00
Update test
This commit is contained in:
parent
fabaaa6d92
commit
cc4772c75a
1 changed files with 1 additions and 1 deletions
|
|
@ -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 () => {
|
||||
|
|
|
|||
Loading…
Reference in a new issue