website refactor
This commit is contained in:
@@ -27,7 +27,7 @@ describe('JoinLeagueUseCase', () => {
|
||||
warn: vi.fn(),
|
||||
error: vi.fn(),
|
||||
};
|
||||
useCase = new JoinLeagueUseCase(membershipRepository as unknown as ILeagueMembershipRepository,
|
||||
useCase = new JoinLeagueUseCase(membershipRepository as unknown as LeagueMembershipRepository,
|
||||
logger as unknown as Logger);
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user