Skip to content

Commit

Permalink
N21-1207 fixes test 2
Browse files Browse the repository at this point in the history
  • Loading branch information
arnegns committed Oct 20, 2023
1 parent 9b79248 commit e0847a4
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ describe('RuleManager', () => {
RuleManager,
{ provide: CourseRule, useValue: createMock<CourseRule>() },
{ provide: CourseGroupRule, useValue: createMock<CourseGroupRule>() },
{ provide: GroupRule, useValue: createMock<GroupRule>() },
{ provide: LessonRule, useValue: createMock<LessonRule>() },
{ provide: LegacySchoolRule, useValue: createMock<LegacySchoolRule>() },
{ provide: UserRule, useValue: createMock<UserRule>() },
Expand Down

0 comments on commit e0847a4

Please sign in to comment.