Skip to content

Commit

Permalink
test: add missing moveset
Browse files Browse the repository at this point in the history
  • Loading branch information
ysh4296 committed Sep 4, 2024
1 parent 9a93562 commit c3b062d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/test/moves/power_trick.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ describe("Moves - Power Trick", () => {
.enemyAbility(Abilities.NONE)
.enemyMoveset(SPLASH_ONLY)
.enemySpecies(Species.MEW)
.moveset([ Moves.POWER_TRICK ])
.ability(Abilities.NONE);
});

Expand Down

0 comments on commit c3b062d

Please sign in to comment.