From b5779c3ecf0da563b5a10fc96ecde344ae2786af Mon Sep 17 00:00:00 2001 From: philipp lang Date: Tue, 11 Nov 2025 18:39:29 +0100 Subject: [PATCH] Fix tests --- tests/EndToEnd/Form/ParticipantIndexActionTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/EndToEnd/Form/ParticipantIndexActionTest.php b/tests/EndToEnd/Form/ParticipantIndexActionTest.php index bd175854..cc1382b0 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]) - ->assertJsonCount('data', 0); + ->assertJsonCount(0, 'data'); }); it('test it orders participants by value', function (array $values, array $sorting, array $expected) {