Skip to content

Commit

Permalink
chore: rename test method in AssessmentTestSessionAttemptsTest
Browse files Browse the repository at this point in the history
  • Loading branch information
Ricardo Quintanilha committed Oct 20, 2021
1 parent 01f433a commit ad82bc1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ public function testMultipleAttempts()
$this::assertEquals(AssessmentItemSession::COMPLETION_STATUS_COMPLETED, $this->session['Q01.completionStatus']);
}

public function testDoesNotTakeAttemptsWhenInvokingBeginAttemptForSuspendedItemsWithoutEndAttempt()
public function testDoesNotTakeAnAttemptWhenInvokingBeginAttemptConsecutivelyWithoutEndingTheAttempt()
{
$this->session->beginTestSession();

Expand Down

0 comments on commit ad82bc1

Please sign in to comment.