Skip to content

Commit

Permalink
Unskip Rockruff-Dusk test
Browse files Browse the repository at this point in the history
  • Loading branch information
andrebastosdias committed Feb 12, 2025
1 parent 94372f4 commit 1b08529
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/sim/dex.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ describe('Dex#getSpecies', function () {
assert(!Dex.forGen(7).species.get('Minior-Meteor').isNonstandard);
});

it.skip('should handle Rockruff-Dusk', function () {
it('should handle Rockruff-Dusk', function () {
assert.equal(Dex.species.get('rockruffdusk').name, 'Rockruff-Dusk');
});

Expand Down

0 comments on commit 1b08529

Please sign in to comment.