Skip to content

Commit

Permalink
fix(test): remove only
Browse files Browse the repository at this point in the history
  • Loading branch information
SabreCat committed May 17, 2017
1 parent 6feba59 commit 423da63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/common/ops/purchase.js
Expand Up @@ -203,7 +203,7 @@ describe('shared.ops.purchase', () => {
expect(user.items.gear.owned[key]).to.be.true;
});

it.only('purchases quest bundles', () => {
it('purchases quest bundles', () => {
let clock = sandbox.useFakeTimers(+moment('2017-05-20'));
let type = 'bundles';
let key = 'featheredFriends';
Expand Down

0 comments on commit 423da63

Please sign in to comment.