Skip to content

Commit

Permalink
Fix only
Browse files Browse the repository at this point in the history
  • Loading branch information
drewstone committed Mar 27, 2019
1 parent c486da9 commit d07c11a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/lockdrop.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ contract('Lockdrop', (accounts) => {
const lockEvents = await ldHelpers.getSignals(lockdrop, contractAddr);
});

it.only('ensure the contract address matches JS RLP script', async function () {
it('ensure the contract address matches JS RLP script', async function () {
const sender = accounts[0];
const nonce = (await web3.eth.getTransactionCount(sender));
const nonceHex = `0x${nonce.toString(16)}`;
Expand Down

0 comments on commit d07c11a

Please sign in to comment.