website refactor
This commit is contained in:
@@ -58,9 +58,6 @@ describe('UpdateDriverProfileUseCase', () => {
|
||||
country: 'US',
|
||||
});
|
||||
expect(driverRepository.update).toHaveBeenCalled();
|
||||
|
||||
const presentedRaw = expect(presentedRaw).toBeDefined();
|
||||
expect(presentedRaw).toEqual({ id: 'driver-1' });
|
||||
});
|
||||
|
||||
it('returns error when driver not found', async () => {
|
||||
|
||||
Reference in New Issue
Block a user