Skip to content

Commit

Permalink
Fix tests #5
Browse files Browse the repository at this point in the history
  • Loading branch information
josipbagaric committed Nov 20, 2018
1 parent dfed37f commit 3fb5f36
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"clean-built": "rm -rf built",
"clean": "npm run clean-backups && npm run clean-built",
"deploy-eac": "sh scripts/deploy_eac.sh",
"ganache": "ganache-cli -m \"shove afford modify census bridge good random error fault floor fringe oblige\" -i 1002 -b 1 --noVMErrorsOnRPCResponse",
"ganache": "ganache-cli -m \"shove afford modify census bridge good random error fault floor fringe oblige\" -i 1002 -b 1",
"lint": "tslint --project .",
"lint-fix": "tslint --fix --project .",
"precommit": "lint-staged",
Expand Down
2 changes: 1 addition & 1 deletion test/unit/UnitTestWallet.ts
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ describe('Wallet Unit Tests', () => {
let receipt = await wallet.sendFromIndex(
idx,
Object.assign({}, opts, {
data: '0x1234'
gas: 15e64 // Setting a ridiculously high gas limit will trigger a revert
})
);
assert.equal(receipt.status, TxSendStatus.UNKNOWN_ERROR);
Expand Down

0 comments on commit 3fb5f36

Please sign in to comment.