Skip to content

Commit

Permalink
refactored tests for QS_5 closes #20
Browse files Browse the repository at this point in the history
  • Loading branch information
dserafim1999 committed Jul 14, 2020
1 parent f746aad commit 6fdf90c
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ class CreateSubmissionTest extends SpockTest{
result.getQuestion().getStatus() == Question.Status.SUBMITTED
result.getCourseExecution() == courseExecution
!result.isAnonymous()
result.getArgument() == SUBMISSION_ARGUMENT
}

def "create an anonymous submission with question not null"() {
Expand Down

0 comments on commit 6fdf90c

Please sign in to comment.