-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: typos and confusion between contact and contactDTO
- Loading branch information
1 parent
25e7f52
commit e4fdc92
Showing
3 changed files
with
5 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ import { SubmitContactInfo } from '../../../src/contactInfo/domain/useCases/Subm | |
import { IContactRepository } from '../../../src/contactInfo/domain/repositories/IContactRepository' | ||
|
||
describe('execute submit information to contacts', () => { | ||
test('should return a ContactDTO when repository call is successful', async () => { | ||
test('should return a Contact when repository call is successful', async () => { | ||
const fromEmail = '[email protected]' | ||
|
||
const contactDTO: ContactDTO = { | ||
|