Skip to content

Commit

Permalink
PES-2347: Fix PacketSetStoredUntilTest
Browse files Browse the repository at this point in the history
  • Loading branch information
Karpec committed Nov 4, 2024
1 parent a07bc87 commit ef36486
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/Module/Order/PacketSetStoredUntilTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
namespace Tests\Module\Order;

use Packetery\Core\Api\Soap\Client;
use Packetery\Core\CoreHelper;
use Packetery\Core\Log\ILogger;
use Packetery\Core\Api\Soap\Response\PacketSetStoredUntil as ResponsePacketSetStoredUntil;
use Packetery\Module\Order\PacketSetStoredUntil;
Expand All @@ -27,6 +28,7 @@ public function createPacketStoredUntil(): void {
$this->packetSetStoredUntil = new PacketSetStoredUntil(
$this->client,
$this->loggerMock,
new CoreHelper(),
);
}

Expand Down

0 comments on commit ef36486

Please sign in to comment.