diff --git a/apps/api/src/app/orders/orders.controller.spec.ts b/apps/api/src/app/orders/orders.controller.spec.ts index 2f8ab73..2872699 100644 --- a/apps/api/src/app/orders/orders.controller.spec.ts +++ b/apps/api/src/app/orders/orders.controller.spec.ts @@ -53,7 +53,7 @@ describe('Orders Controller', () => { app = await Test.createTestingModule({ controllers: [Controller], providers: [ - // Mock of the service and its methods + // Mock of the service and its functions { provide: Service, useFactory: () => ({ diff --git a/apps/teststore/src/app/shared/services/price-calculation-test-data.constant.ts b/apps/teststore/src/app/shared/services/price-calculation-test-data.constant.ts index 04bb0cb..0f9d24d 100644 --- a/apps/teststore/src/app/shared/services/price-calculation-test-data.constant.ts +++ b/apps/teststore/src/app/shared/services/price-calculation-test-data.constant.ts @@ -22,7 +22,7 @@ export const calculateSubtotalItems: { { id: 0, title: '', - price: 100.1, + price: 200, description: '', category: '', image: '',