Skip to content

Commit

Permalink
Update webapp/tests/Unit/Controller/Team/ProblemControllerTest.php
Browse files Browse the repository at this point in the history
Co-authored-by: MCJ Vasseur <[email protected]>
  • Loading branch information
as6325400 and vmcj authored Oct 27, 2024
1 parent c9fc4a4 commit 574c21d
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -208,6 +208,7 @@ public function testAccessProblemBeforeContestStarts(): void

for ($i = 1; $i <= 3; $i++) {
$endpoints = [
"/team/problems/{$i}",
"/team/problems/{$i}/statement",
"/team/problems/{$i}/samples.zip"
];
Expand Down

0 comments on commit 574c21d

Please sign in to comment.