Skip to content

Commit d23ae7b

Browse files
committed
fix: cs
Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>
1 parent 114b4ea commit d23ae7b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/php/Unit/Service/SignFileServiceTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1256,7 +1256,7 @@ public function testSignThrowsExceptionWhenDocMdpLevel1Detected(): void {
12561256
default: return null;
12571257
}
12581258
});
1259-
1259+
12601260
$libreSignFile = $this->createMock(\OCA\Libresign\Db\File::class);
12611261
$libreSignFile->method('getDocmdpLevelEnum')->willReturn(\OCA\Libresign\Enum\DocMdpLevel::NOT_CERTIFIED);
12621262

0 commit comments

Comments
 (0)