diff --git a/bruno/neon-sprawl-server/ability-cast/Post cast happy.bru b/bruno/neon-sprawl-server/ability-cast/Post cast happy.bru index bda1a14..932d4ea 100644 --- a/bruno/neon-sprawl-server/ability-cast/Post cast happy.bru +++ b/bruno/neon-sprawl-server/ability-cast/Post cast happy.bru @@ -62,7 +62,7 @@ tests { expect(body.combatResolution.abilityId).to.equal("prototype_pulse"); expect(body.combatResolution.targetId).to.equal("prototype_npc_ranged"); expect(body.combatResolution.damageDealt).to.equal(25); - expect(body.combatResolution.targetRemainingHp).to.equal(75); + expect(body.combatResolution.targetRemainingHp).to.equal(55); expect(body.combatResolution.targetDefeated).to.equal(false); }); }