From 45bf2228ff0b17171e00148699529898c6e8feb7 Mon Sep 17 00:00:00 2001
From: Damien <damien.burel@maarch.org>
Date: Mon, 6 Apr 2020 14:14:04 +0200
Subject: [PATCH] FEAT #13678 TIME 0:10 Fix unit tests

---
 test/unitTests/app/attachment/AttachmentControllerTest.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test/unitTests/app/attachment/AttachmentControllerTest.php b/test/unitTests/app/attachment/AttachmentControllerTest.php
index e590c0db9b8..ff0ccbf8369 100755
--- a/test/unitTests/app/attachment/AttachmentControllerTest.php
+++ b/test/unitTests/app/attachment/AttachmentControllerTest.php
@@ -61,7 +61,7 @@ class AttachmentControllerTest extends TestCase
         $this->assertSame($aArgs['type'], $res['attachment_type']);
         $this->assertSame('txt', $res['format']);
         $this->assertSame('A_TRA', $res['status']);
-        $this->assertSame(24, $res['typist']);
+        $this->assertSame(23, $res['typist']);
         $this->assertSame(1, $res['relation']);
         $this->assertSame($aArgs['chrono'], $res['identifier']);
         $this->assertNotNull($res['path']);
-- 
GitLab