Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
DaWoblefet committed Jan 10, 2025
1 parent dfcb64e commit b012054
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/sim/abilities/protosynthesis.js
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ describe('Protosynthesis', function () {
const tail = battle.p1.active[0];
battle.makeChoices('move splash', 'switch 2');

assert(!battle.p1.active[0].volatiles['protosynthesis'], `Scream Tail should not have remained boosted by Protosynthesis because a weather supressing ability started even though Sun was active`);
assert(!tail.volatiles['protosynthesis'], `Scream Tail should not have remained boosted by Protosynthesis because a weather supressing ability started even though Sun was active`);
});

it(`should not activate if weather is suppressed`, function () {
Expand Down

0 comments on commit b012054

Please sign in to comment.