Skip to content

Commit

Permalink
Add restricted_time argument to missing test
Browse files Browse the repository at this point in the history
  • Loading branch information
Lorax66 committed Feb 5, 2023
1 parent 7461acd commit c1fa16e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ def test(contest_start, contest_stop, analysis_start, analysis_end,
res = compute_actual_phase(
end - step, contest_start, contest_stop,
analysis_start, analysis_end,
per_user_time, starting_time, delay_time, extra_time)
per_user_time, starting_time, restricted_time, delay_time, extra_time)
assert res == (status, begin, end, valid_begin, valid_end), \
"Check on %s returned %s instead of %s" % (
end - step, res, (status, begin, end,
Expand Down

0 comments on commit c1fa16e

Please sign in to comment.