Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
jmsmkn committed Jan 9, 2025
1 parent 4e61e47 commit ca8e1a0
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion app/tests/evaluation_tests/test_models.py
Original file line number Diff line number Diff line change
Expand Up @@ -463,7 +463,11 @@ def test_open_for_submission(
open_for_submissions,
expected_status,
):
phase = PhaseFactory()
PhaseFactory()

# Annotate the compute costs
phase = Phase.objects.get()

phase.submissions_limit_per_user_per_period = (
submissions_limit_per_user_per_period
)
Expand Down

0 comments on commit ca8e1a0

Please sign in to comment.