Skip to content

Commit

Permalink
feature #6 - Update mocks
Browse files Browse the repository at this point in the history
  • Loading branch information
Eugeniosales committed Oct 16, 2022
1 parent a931665 commit ac1c467
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/unit/2-business/product/getProductsUseCase.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ describe('UpdateExchangeRateUseCase', () => {
promotionalPrice: 529.99,
rating: 540,
colors: ['red', 'pink', 'gray'],
imageUrl: 'https://url.com',
currency: CurrencyEnum.BRL
}
]
Expand All @@ -44,6 +45,7 @@ describe('UpdateExchangeRateUseCase', () => {
promotionalPrice: 529.99 * 0.187786,
rating: 540,
colors: ['red', 'pink', 'gray'],
imageUrl: 'https://url.com',
currency: CurrencyEnum.BRL
}
]
Expand Down
1 change: 1 addition & 0 deletions test/unit/3-adpters/product/getProductsController.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ describe('GetProductsController', () => {
promotionalPrice: 529.99,
rating: 540,
colors: ['red', 'pink', 'gray'],
imageUrl: 'https://url.com',
currency: CurrencyEnum.BRL
}
]
Expand Down

0 comments on commit ac1c467

Please sign in to comment.