690513:0920 Refactor Workflow module: Lint error #01
This commit is contained in:
@@ -16,7 +16,10 @@ describe('CircularDetectionService', () => {
|
||||
const module: TestingModule = await Test.createTestingModule({
|
||||
providers: [
|
||||
CircularDetectionService,
|
||||
{ provide: getRepositoryToken(Delegation), useValue: mockDelegationRepo },
|
||||
{
|
||||
provide: getRepositoryToken(Delegation),
|
||||
useValue: mockDelegationRepo,
|
||||
},
|
||||
],
|
||||
}).compile();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user