Skip to content

Commit

Permalink
fix: tests fail
Browse files Browse the repository at this point in the history
  • Loading branch information
the-sabra committed Jan 18, 2025
1 parent 4c0c84e commit 32847b0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/audio/audio.service.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import { FilterAudioLrcDto } from './dto/filter-lrc.dto';
describe('AudioService', () => {
let service: AudioService;
let tilawaSurahRepo: Repository<TilawaSurah>;
let reciterService: ReciterService;
// let reciterService: ReciterService;

beforeEach(async () => {
const module: TestingModule = await Test.createTestingModule({
Expand All @@ -34,7 +34,7 @@ describe('AudioService', () => {
tilawaSurahRepo = module.get<Repository<TilawaSurah>>(
getRepositoryToken(TilawaSurah),
);
reciterService = module.get<ReciterService>(ReciterService);
// reciterService = module.get<ReciterService>(ReciterService);
});

it('should be defined', () => {
Expand Down

0 comments on commit 32847b0

Please sign in to comment.