Skip to content
Snippets Groups Projects
Verified Commit 45bf2228 authored by Damien's avatar Damien
Browse files

FEAT #13678 TIME 0:10 Fix unit tests

parent 1b499f11
No related branches found
No related tags found
No related merge requests found
......@@ -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']);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment