Skip to content

Commit

Permalink
style: resolve style guide violations
Browse files Browse the repository at this point in the history
  • Loading branch information
alfonsobries authored and actions-user committed Oct 3, 2024
1 parent fa98c51 commit 3ac1112
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions tests/Unit/Transactions/Builder/EvmCallBuilderTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,8 @@

namespace ArkEcosystem\Tests\Crypto\Unit\Transactions\Builder;

use ArkEcosystem\Tests\Crypto\TestCase;
use ArkEcosystem\Crypto\Identities\PublicKey;
use ArkEcosystem\Crypto\Transactions\Builder\EvmCallBuilder;
use ArkEcosystem\Crypto\Transactions\Builder\MultiPaymentBuilder;
use ArkEcosystem\Tests\Crypto\TestCase;

/**
* @covers \ArkEcosystem\Crypto\Transactions\Builder\MultiPaymentBuilder
Expand All @@ -22,8 +20,8 @@ public function it_should_sign_it_with_a_passphrase()
$builder = EvmCallBuilder::new()
->withFee($fixture['data']['fee'])
->withNonce($fixture['data']['nonce'])
->recipient($fixture['data']['contractId'])
->payload($fixture['data']['payload'])
->recipient($fixture['data']['contractId'])
->payload($fixture['data']['payload'])
->gasLimit($fixture['data']['gasLimit'])
->sign($this->passphrase);

Expand Down

0 comments on commit 3ac1112

Please sign in to comment.