Skip to content

Commit 900bc88

Browse files
author
AmiyahJo
committed
modified test module and yami file
1 parent cc16418 commit 900bc88

File tree

2 files changed

+0
-5
lines changed

2 files changed

+0
-5
lines changed

lesson_03/quiz/quiz.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,3 @@ quiz:
66
anotherone:
77
- $2y$10$8eHSzy3aCu4Ry3LzO9nWCeGpofSxsNVbnF.wCfn3ZADwQ6MEtN/KK
88
- $2y$10$dGB0CGv7.XQC5OqfyY6iXOiJsdVyxU3ve5YE0gt4m2I8P8H13lNXa
9-
amiyahjones:
10-
- $2y$10$lvxxWSKsb1H0woUoTBvOPelLijeKjhcgwvV./VlGE0k9LHXQ8l.fe
11-
- $2y$10$kGiwUW52LBOxPI0MvdyM1eXjjdsBm.fTJP6.oq7oIr.4hHqXDmGge
12-
- $2y$10$HIH1BcDUw4in9zAl/23PVepugtadZn/9Ty5YQKziDb4eSuy8QjmPm

lesson_03/quiz/src/quizzes/quizzes.module.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
import { Module } from '@nestjs/common';
22
import { AnotherQuiz } from './another_quiz.js';
33
import { AnthonyMaysQuiz } from './anthony_mays_quiz.js';
4-
import { AmiyahJonesQuiz } from './amiyah_jones_quiz.js'
54

65
export const Quizzes = Symbol.for('Quizzes');
76

0 commit comments

Comments
 (0)