website refactor
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
import { describe, expect, it, beforeEach } from 'vitest';
|
||||
import { RatingEvent } from '../../domain/entities/RatingEvent';
|
||||
import { RatingEventRepository } from '../../domain/repositories/RatingEventRepository';
|
||||
import { UserRatingRepository } from '../../domain/repositories/UserRatingRepository';
|
||||
@@ -148,7 +149,6 @@ describe('RecordRaceRatingEventsUseCase - Integration', () => {
|
||||
);
|
||||
useCase = new RecordRaceRatingEventsUseCase(
|
||||
raceResultsProvider,
|
||||
ratingEventRepository,
|
||||
userRatingRepository,
|
||||
appendRatingEventsUseCase
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user