mirror of
https://github.com/smogon/pokemon-showdown.git
synced 2026-06-02 22:08:36 -05:00
Fix Judgment test
This commit is contained in:
parent
fbc88c8428
commit
1700067a77
|
|
@ -21,6 +21,7 @@ describe(`Judgment`, function () {
|
|||
[{species: "Arceus", ability: 'Honey Gather', item: 'ghostiumz', moves: ['judgment']}],
|
||||
[{species: "Spiritomb", ability: 'stancechange', moves: ['calmmind']}],
|
||||
]);
|
||||
battle.commitDecisions();
|
||||
assert.fullHP(battle.p2.active[0]);
|
||||
});
|
||||
});
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user