Skip to content

Commit

Permalink
fix: adjust AsymCrypto test case suite
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabriel Nogueira Berthier da Silva committed May 16, 2023
1 parent cbc5fdf commit 0f4e16a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Domain/UseCases/AsymCrypto/Signer/SignerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

declare(strict_types=1);

namespace Tests\Domain\UseCases\AsymCrypto;
namespace Tests\Domain\UseCases\AsymCrypto\Signer;

use App\Data\Protocols\Cryptography\AsymmetricEncrypter;
use App\Data\UseCases\AsymCrypto\AsymmetricSigner;
Expand Down

0 comments on commit 0f4e16a

Please sign in to comment.