Skip to content

Commit

Permalink
Fix test name
Browse files Browse the repository at this point in the history
  • Loading branch information
andrebastosdias authored Jan 9, 2025
1 parent 5bee8e7 commit e3aa97b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/sim/misc/terapagos.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ describe(`Terapagos`, function () {
assert.false(!!ditto.terastallized);
});

it(`shouldn't revert to Terapagos-Normal if it faints while Terastallized`, function () {
it(`shouldn't revert to Terapagos-Normal if it faints while not Terastallized`, function () {
battle = common.createBattle([[
{species: 'terapagos', ability: 'terashift', moves: ['memento']},
{species: 'darkrai', moves: ['darkpulse']},
Expand Down

0 comments on commit e3aa97b

Please sign in to comment.