Skip to content

Commit 678a885

Browse files
committed
.
1 parent 6542bf5 commit 678a885

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/modules/movie/test/unit/infrastructure/movie.mapper.spec.ts

+1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ describe('MovieMapper', () => {
1111
beforeEach(() => {
1212
mapper = new MovieMapper();
1313
});
14+
1415

1516
describe('toDomain', () => {
1617
it('should map TypeORM entity to domain model', () => {

0 commit comments

Comments
 (0)