Skip to content

Commit

Permalink
fix test #3412
Browse files Browse the repository at this point in the history
  • Loading branch information
emilschn committed Dec 9, 2024
1 parent 1dc8057 commit b8498a5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ public function testGetDataDoughnut(): void
$signalementRepository = self::getContainer()->get(SignalementRepository::class);
$data = (new MotifClotureStatisticProvider($signalementRepository))->getData(null, null);

$this->assertEquals(14, \count($data));
$this->assertEquals(15, \count($data));
$this->assertArrayHasKey('TRAVAUX_FAITS_OU_EN_COURS', $data);
$this->assertArrayHasKey('color', $data['TRAVAUX_FAITS_OU_EN_COURS']);
$this->assertArrayHasKey('label', $data['TRAVAUX_FAITS_OU_EN_COURS']);
Expand Down

0 comments on commit b8498a5

Please sign in to comment.