fix core tests
This commit is contained in:
@@ -86,9 +86,9 @@ describe('SendPerformanceSummaryUseCase', () => {
|
||||
|
||||
const mockResults = [
|
||||
{
|
||||
driverId: 'driver-1',
|
||||
position: 1,
|
||||
incidents: 0,
|
||||
driverId: { toString: () => 'driver-1' },
|
||||
position: { toNumber: () => 1 },
|
||||
incidents: { toNumber: () => 0 },
|
||||
getPositionChange: vi.fn().mockReturnValue(2),
|
||||
},
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user