diff --git a/test/core/objects-mother/signUserInTest.ts b/test/core/objects-mother/FindUserByPhoneTest.ts similarity index 100% rename from test/core/objects-mother/signUserInTest.ts rename to test/core/objects-mother/FindUserByPhoneTest.ts diff --git a/test/users/FindUserByPhone.spec.ts b/test/users/FindUserByPhone.spec.ts index a0c42d1..d5254ec 100644 --- a/test/users/FindUserByPhone.spec.ts +++ b/test/users/FindUserByPhone.spec.ts @@ -1,6 +1,6 @@ import { DataSourceSingleton } from '../../src/common/infrastructure/dataSourceSingleton'; import { TransactionHandlerImplementation } from '../../src/common/infrastructure/transaction_handler_implementation'; -import { FindUserByPhoneTest } from '../../test/core/objects-mother/signUserInTest'; +import { FindUserByPhoneTest } from '../core/objects-mother/FindUserByPhoneTest'; import { UserObjectMother } from '../../test/core/objects-mother/user.object-mother'; import { UserRepositoryMock } from '../../test/core/repository-mocks/user.repository.mock';