Skip to content

Commit

Permalink
Rename school rule files
Browse files Browse the repository at this point in the history
  • Loading branch information
dyedwiper committed Aug 31, 2023
1 parent 7fe3f85 commit 66d3a66
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions apps/server/src/shared/domain/rules/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { CourseGroupRule } from './course-group.rule';
import { CourseRule } from './course.rule';
import { LessonRule } from './lesson.rule';
import { SchoolExternalToolRule } from './school-external-tool.rule';
import { LegacySchoolRule } from './school.rule';
import { LegacySchoolRule } from './legacy-school.rule';
import { SubmissionRule } from './submission.rule';
import { TaskRule } from './task.rule';
import { TeamRule } from './team.rule';
Expand All @@ -16,7 +16,7 @@ export * from './course-group.rule';
export * from './course.rule';
export * from './lesson.rule';
export * from './school-external-tool.rule';
export * from './school.rule';
export * from './legacy-school.rule';
export * from './submission.rule';
export * from './task.rule';
export * from './team.rule';
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { roleFactory, schoolDOFactory, setupEntities, userFactory } from '@share
import { AuthorizationHelper } from '@src/modules/authorization/authorization.helper';
import { Action } from '@src/modules/authorization/types';
import { ObjectID } from 'bson';
import { LegacySchoolRule } from './school.rule';
import { LegacySchoolRule } from './legacy-school.rule';

describe('LegacySchoolRule', () => {
let service: LegacySchoolRule;
Expand Down

0 comments on commit 66d3a66

Please sign in to comment.