Skip to content

Commit

Permalink
Update test_block_timestamp_block_number.py (#471)
Browse files Browse the repository at this point in the history
  • Loading branch information
kristinaNikolaevaa authored Jan 10, 2025
1 parent 6ffaa10 commit f687252
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -136,8 +136,8 @@ def test_block_number_in_mapping(self, block_number_contract):
sender_account = self.accounts[0]

tx = self.web3_client.make_raw_tx(sender_account)
v1 = random.randint(1, 100)
v2 = random.randint(1, 100)
v1 = 1
v2 = 5
instruction_tx = contract.functions.addDataToMapping(v1, v2).build_transaction(tx)
receipt = self.web3_client.send_transaction(sender_account, instruction_tx)
assert self.web3_client.is_trx_iterative(receipt["transactionHash"].hex())
Expand Down

0 comments on commit f687252

Please sign in to comment.