Skip to content

Commit

Permalink
Unskip a passing Eject Pack test
Browse files Browse the repository at this point in the history
  • Loading branch information
pyuk-bot committed Dec 26, 2024
1 parent ca52b06 commit 0d1401a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test/sim/items/ejectpack.js
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ describe(`Eject Pack`, function () {
assert.species(battle.p2.active[1], 'Wynaut');
});

it.skip(`should not trigger until after all entrance abilities have resolved during simultaneous switches`, function () {
it(`should not trigger until after all entrance abilities have resolved during simultaneous switches`, function () {
battle = common.createBattle({gameType: 'doubles'}, [[
{species: 'Hydreigon', ability: 'intimidate', moves: ['sleeptalk']},
{species: 'Wynaut', moves: ['sleeptalk']},
Expand All @@ -137,7 +137,6 @@ describe(`Eject Pack`, function () {
{species: 'Mew', level: 1, ability: 'electricsurge', moves: ['sleeptalk']},
{species: 'Wynaut', moves: ['sleeptalk']},
]]);
battle.makeChoices();
assert(battle.field.isWeather('sunnyday'));
assert(battle.field.isTerrain('electricterrain'));
assert.equal(battle.p2.requestState, 'switch');
Expand Down

0 comments on commit 0d1401a

Please sign in to comment.