fix tests about PdfSignedMessageHandler.php

This commit is contained in:
2024-12-16 16:50:07 +01:00
parent c939ff4a4e
commit 4933d2251c
2 changed files with 17 additions and 5 deletions

View File

@@ -53,7 +53,6 @@ final readonly class PdfSignedMessageHandler implements MessageHandlerInterface
$this->entityManager->wrapInTransaction(function () use ($storedObject, $message, $signature) {
$this->storedObjectManager->write($storedObject, $message->content);
$this->signatureStepStateChanger->markSignatureAsSigned($signature, $message->signatureZoneIndex);
});