diff --git a/tests/EndToEnd/Form/ParticipantIndexActionTest.php b/tests/EndToEnd/Form/ParticipantIndexActionTest.php index 9a7ef73b..bd175854 100644 --- a/tests/EndToEnd/Form/ParticipantIndexActionTest.php +++ b/tests/EndToEnd/Form/ParticipantIndexActionTest.php @@ -275,7 +275,7 @@ it('doesnt show cancelled participants', function () { sleep(2); $this->callFilter('form.participant.index', [], ['form' => $participant->form]) - ->assertJsonCont('data', 0); + ->assertJsonCount('data', 0); }); it('test it orders participants by value', function (array $values, array $sorting, array $expected) {