Skip to content

Commit b2becb1

Browse files
committed
solve bugs in unit tests
1 parent 43d5be6 commit b2becb1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

GAMES/Hacktoberfest Quiz/hacktoberfest_quiz.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ def evaluate(self):
110110
self.validate_question_three(question_three_value=question_three_value)
111111

112112
question_four_value = question_four.get()
113-
self.validate_question_four(question_three_value=question_four_value)
113+
self.validate_question_four(question_four_value=question_four_value)
114114

115115

116116
print('Thankyou for Playing the Hacktoberfest quiz game, you attempted',self.score,"questions correctly!")

0 commit comments

Comments
 (0)