Skip to content

Commit bdd6ea3

Browse files
committed
Check for correct message
The wrong state was picked in the past, PHPStan found this in an unrelated other issue.
1 parent 557a513 commit bdd6ea3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webapp/tests/Unit/Controller/Jury/JuryMiscControllerTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ public function testBalloonScoreboard(array $fixtures, bool $public, string $con
9191
$elements = ["3 tries",'Demo contest','Utrecht University'];
9292
} elseif (in_array($contestStage, ['preEnd','preUnfreeze'])) {
9393
$elements = ["0 + 4 tries","3 tries","2 + 1 tries",'Demo contest','Utrecht University'];
94-
if ($contestStage === 'preFreeze') {
94+
if ($contestStage === 'preUnfreeze') {
9595
$elements[] = 'contest over, waiting for results';
9696
}
9797
} else {

0 commit comments

Comments
 (0)