Skip to content

Commit

Permalink
3666: Updated ProcessDetectionResultHandlerTest
Browse files Browse the repository at this point in the history
  • Loading branch information
turegjorup committed Feb 6, 2025
1 parent 265fc22 commit 15118d6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/MessageHandler/ProcessDetectionResultHandlerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,8 @@ protected function setUp(): void
$this->handler = new ProcessDetectionResultHandler(
$this->entityManagerMock,
$this->detectionResultRepositoryMock,
[$this->dirResultHandler, $this->nginxResultHandler]
[$this->dirResultHandler, $this->nginxResultHandler],
5
);
}

Expand Down

0 comments on commit 15118d6

Please sign in to comment.