Fix Eslint issues

This commit is contained in:
2025-07-08 13:38:51 +00:00
parent e592b89c94
commit aed114c75c
15 changed files with 379 additions and 348 deletions

View File

@@ -98,7 +98,7 @@ class CancelStaleWorkflowHandlerTest extends TestCase
$em = $this->prophesize(EntityManagerInterface::class);
$em->flush()->shouldBeCalled();
$em->remove($workflow)->shouldBeCalled();
$em->remove($workflow)->shouldNotBeCalled();
$handler = $this->buildHandler($workflow, $em->reveal(), $clock);