@ -627,7 +627,18 @@ void test_squareRoot_negativeNumber(void)
TEST_ASSERT_EQUAL_INT(0, result);
}
void test_displayResult_correctResult(void)
{
/* arrange */
int correctAnswers = 3;
int totalQuestions = 5;
/* act */
displayResult(correctAnswers, totalQuestions);
/* assert */