Skip to content

Commit 578357a

Browse files
anthonydmaysAmiyahJo
authored andcommitted
chore: fixes lesson_03 test for real this time (code-differently#96)
Signed-off-by: Anthony D. Mays <[email protected]>
1 parent bfcbedd commit 578357a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lesson_03/quiz/src/lesson3.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ describe('Lesson3Test', () => {
6464
const questionPrompts = new Set(
6565
quizQuestions.map((q) => q.getQuestionPrompt()),
6666
);
67-
expect(questionPrompts.size).toBeGreaterThan(2);
67+
expect(questionPrompts.size).toBeGreaterThanOrEqual(2);
6868
}
6969
});
7070

0 commit comments

Comments
 (0)