Skip to content

Commit

Permalink
A crit in the test
Browse files Browse the repository at this point in the history
  • Loading branch information
andrebastosdias committed Feb 16, 2025
1 parent ff507b9 commit 1a6daee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/sim/moves/round.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ describe('Round', function () {
{species: "Charizard", moves: ['round']},
{species: "Venusaur", moves: ['round']},
], [
{species: "Caterpie", item: 'ejectbutton', moves: ['sleeptalk']},
{species: "Blissey", item: 'ejectbutton', moves: ['sleeptalk']},
{species: "Blastoise", moves: ['sleeptalk']},
{species: "Incineroar", ability: 'intimidate', moves: ['sleeptalk']},
]]);
Expand Down

0 comments on commit 1a6daee

Please sign in to comment.