File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -2,8 +2,8 @@ import { DeleteResult } from 'mongodb'
22import { Test , TestingModule } from '@nestjs/testing'
33import { SlaController } from './sla.controller'
44import { SlaService } from './sla.service'
5- import { SlaDto } from './dto /sla.dto '
6- import { Sla } from './schemas /sla.schema'
5+ import { SlaDto } from './_dto /sla._dto '
6+ import { Sla } from './_schemas /sla.schema'
77import { HttpException , HttpStatus } from '@nestjs/common'
88import { Types } from 'mongoose'
99import { Response , Request } from 'express'
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ import { DeleteResult } from 'mongodb'
22import { Test , TestingModule } from '@nestjs/testing'
33import { SlaService } from './sla.service'
44import { getModelToken } from '@nestjs/mongoose'
5- import { Sla } from './schemas /sla.schema'
5+ import { Sla } from './_schemas /sla.schema'
66import { Model , Types } from 'mongoose'
77
88describe ( 'SlaService' , ( ) => {
You can’t perform that action at this time.
0 commit comments