Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
MathyFurret committed Mar 19, 2024
1 parent 9e3e9c1 commit b398034
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/random-battles/draft-factory.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ const DraftFactory = require('../../dist/data/draft-factory').default;

let battle;

describe.only('Draft Factory', () => {
describe('Draft Factory', () => {
afterEach(() => battle.destroy());

it('should only allow the designated Tera Captains to Terastallize', () => {
Expand Down

0 comments on commit b398034

Please sign in to comment.