Skip to content

Commit

Permalink
SKALE-2384 Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
dmytrotkk committed Apr 6, 2020
1 parent 4956e0d commit 75c4506
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/contracts/manager_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ def test_send_verdicts(skale):
chain_id = skale.web3.eth.chainId
expected_txn = {
'value': 0, 'gasPrice': skale.gas_price, 'chainId': chain_id,
'gas': 500000, 'nonce': nonce,
'gas': 8000000, 'nonce': nonce,
'to': contract_address,
'data': ('0x25b2114b000000000000000000000000000000000000000000'
'0000000000000000000000000000000000000000000000000000'
Expand Down

0 comments on commit 75c4506

Please sign in to comment.