Skip to content

Commit 66b62f4

Browse files
committed
updates
1 parent a556953 commit 66b62f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lesson_02/quiz_java/app/src/test/java/org/example/LessonTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ public void checkQuestions_answeredCorrectly() throws Exception {
8282
// Check that the answer is correct
8383
assertTrue(
8484
quizConfig.checkAnswer(
85-
"default ",
85+
"default",
8686
question.getQuestionNumber(),
8787
actualAnswer
8888
)

0 commit comments

Comments
 (0)