Skip to content

Commit

Permalink
update testing ac to have a language
Browse files Browse the repository at this point in the history
  • Loading branch information
lakshy-gupta committed Sep 13, 2021
1 parent 3cced4c commit daeb26e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions judge/models/tests/test_problem.py
Original file line number Diff line number Diff line change
Expand Up @@ -243,6 +243,7 @@ def give_basic_problem_ac(self, user):
problem=self.basic_problem,
result='AC',
points=self.basic_problem.points,
language=Language.get_python3(),
)

def test_problem_voting_permissions(self):
Expand Down

0 comments on commit daeb26e

Please # to comment.