Skip to content

Commit

Permalink
test: fixed the tests
Browse files Browse the repository at this point in the history
  • Loading branch information
JanssenBrm committed Dec 2, 2024
1 parent 0fa9858 commit 41504cf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/jobs/controllers/jobs/jobs.controller.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ import { ConfigService } from '../../../config/config/config.service';
import { DatabaseService } from '../../services/database/database.service';
import { Logger } from '@nestjs/common';
import { JOB } from '../../mocks/job.mock';
import { CachingModule } from '../../../caching/caching.module';

describe('JobsController', () => {
let controller: JobsController;
Expand All @@ -25,6 +26,7 @@ describe('JobsController', () => {
}),
inject: [ConfigService],
}),
CachingModule,
],
controllers: [JobsController],
providers: [DatabaseService, Logger],
Expand Down

0 comments on commit 41504cf

Please sign in to comment.