mirror of
https://github.com/smogon/pokemon-showdown.git
synced 2026-06-02 22:08:36 -05:00
Fix Deoxys test
This commit is contained in:
parent
6dbbbf31c7
commit
6c9995f0fd
|
|
@ -32,7 +32,7 @@ describe('Team Validator', () => {
|
|||
{ species: 'deoxysdefense', ability: 'pressure', moves: ['wrap'], evs: { hp: 1 } },
|
||||
];
|
||||
assert.false.legalTeam(team, 'gen3ubers@@@!speciesclause');
|
||||
assert.legalTeam(team, 'gen3ubers@@@!speciesclause,+nonexistent');
|
||||
assert.legalTeam(team, 'gen3ubers@@@!speciesclause,!obtainablemutuallyexclusiveformes');
|
||||
});
|
||||
|
||||
it('should correctly validate USUM Rockruff', () => {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user