Skip to content

Commit

Permalink
Remove .only call.
Browse files Browse the repository at this point in the history
  • Loading branch information
e00dan committed Aug 2, 2018
1 parent 7a2c393 commit eae7305
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/unit/UnitTestWallet.ts
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ describe('Wallet Unit Tests', () => {
assert.equal(receipt.error, TxSendErrors.SENDING_IN_PROGRESS);
});

it.only('allows to send another transaction when previous one reverted', async () => {
it('allows to send another transaction when previous one reverted', async () => {
wallet.create(1);
const idx = 0;
const address = wallet.getAddresses()[idx];
Expand Down

0 comments on commit eae7305

Please sign in to comment.