Skip to content
This repository has been archived by the owner on Jan 18, 2023. It is now read-only.

Commit

Permalink
Removed .onlys
Browse files Browse the repository at this point in the history
  • Loading branch information
bweick committed Aug 10, 2018
1 parent 43610eb commit 3d7f4ee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/core/setToken.spec.ts
Expand Up @@ -225,7 +225,7 @@ contract('SetToken', accounts => {
});
});

describe.only('#mint', async () => {
describe('#mint', async () => {
const tokenReceiver: Address = deployerAccount;
const quantityToMint: BigNumber = STANDARD_NATURAL_UNIT;
let subjectCaller: Address = coreAccount;
Expand Down Expand Up @@ -300,7 +300,7 @@ contract('SetToken', accounts => {
});
});

describe.only('#burn', async () => {
describe('#burn', async () => {
const tokenReceiver: Address = deployerAccount;
const quantityToMint: BigNumber = ether(4);
let subjectQuantityToBurn: BigNumber;
Expand Down

0 comments on commit 3d7f4ee

Please sign in to comment.