Skip to content

Commit

Permalink
Update EvmCallBuilderTest.php
Browse files Browse the repository at this point in the history
  • Loading branch information
alfonsobries committed Nov 8, 2024
1 parent 83ec55b commit b222274
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/Unit/Transactions/Builder/EvmCallBuilderTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,10 @@ public function it_should_sign_it_with_a_passphrase()
$builder = EvmCallBuilder::new()
->gasPrice($fixture['data']['gasPrice'])
->nonce($fixture['data']['nonce'])
->network(30)
->network($fixture['data']['network'])
->payload($fixture['data']['data'])
->gasLimit($fixture['data']['gasLimit'])
->recipientAddress('0xE536720791A7DaDBeBdBCD8c8546fb0791a11901')
->sign($this->passphrase);

$this->assertTrue($builder->verify());
Expand Down

0 comments on commit b222274

Please sign in to comment.