Skip to content

Commit

Permalink
Swap around test instructions
Browse files Browse the repository at this point in the history
This is more reliable given the load order.
  • Loading branch information
Slayer95 authored Oct 29, 2024
1 parent 456c0e0 commit b03da7f
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 @@ -6,8 +6,8 @@ describe('Mod loader', function () {
it('should always provide accurate gen information', function () {
{
const Dex = require('./../../dist/sim/dex').Dex;
assert.equal(Dex.forFormat('gen1randombattle').gen, 1);
assert.equal(Dex.mod('gen2').gen, 2);
assert.equal(Dex.forFormat('gen1randombattle').gen, 1);
}
});

Expand Down

0 comments on commit b03da7f

Please sign in to comment.