website refactor
This commit is contained in:
@@ -5,10 +5,10 @@ import {
|
||||
type UpdateDriverProfileResult,
|
||||
type UpdateDriverProfileErrorCode,
|
||||
} from './UpdateDriverProfileUseCase';
|
||||
import type { IDriverRepository } from '../../domain/repositories/IDriverRepository';
|
||||
import type { DriverRepository } from '../../domain/repositories/DriverRepository';
|
||||
import type { Driver } from '../../domain/entities/Driver';
|
||||
import type { ApplicationErrorCode } from '@core/shared/errors/ApplicationErrorCode';
|
||||
import { Result } from '@core/shared/application/Result';
|
||||
import { Result } from '@core/shared/domain/Result';
|
||||
import type { Logger } from '@core/shared/application/Logger';
|
||||
|
||||
describe('UpdateDriverProfileUseCase', () => {
|
||||
|
||||
Reference in New Issue
Block a user