Skip to content

Commit 15118d6

Browse files
committed
3666: Updated ProcessDetectionResultHandlerTest
1 parent 265fc22 commit 15118d6

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

tests/MessageHandler/ProcessDetectionResultHandlerTest.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,8 @@ protected function setUp(): void
5050
$this->handler = new ProcessDetectionResultHandler(
5151
$this->entityManagerMock,
5252
$this->detectionResultRepositoryMock,
53-
[$this->dirResultHandler, $this->nginxResultHandler]
53+
[$this->dirResultHandler, $this->nginxResultHandler],
54+
5
5455
);
5556
}
5657

0 commit comments

Comments
 (0)