Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[refactor] Relocate Market DTO and Entity Mapper Tests #254
This commit relocates the Market DTO and Entity Mapper tests to improve the project structure. - Moves `MarketDtoMapperTest` and `MarketEntityMapperTest` from `ir.composenews.data.repository.mapper` to `ir.composenews.data.mapper`. - Deletes the now-empty `MarketDtoMapperTest` and `MarketEntityMapperTest` files in the `repository` package. - Creates `MarketDtoMapperTest` and `MarketEntityMapperTest` files in `mapper` package.
- Loading branch information