Skip to content

Commit

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

0 comments on commit 716c023

Please sign in to comment.