fix issues in core
This commit is contained in:
@@ -27,11 +27,11 @@ describe('GetLeagueSeasonsUseCase', () => {
|
||||
beforeEach(() => {
|
||||
seasonRepository = {
|
||||
findByLeagueId: vi.fn(),
|
||||
} as unknown as ISeasonRepository as any;
|
||||
};
|
||||
|
||||
leagueRepository = {
|
||||
findById: vi.fn(),
|
||||
} as unknown as ILeagueRepository as any;
|
||||
};
|
||||
|
||||
output = {
|
||||
present: vi.fn(),
|
||||
|
||||
Reference in New Issue
Block a user