From 2e50a82b16efc05bca586f7f81fe5192a71747c2 Mon Sep 17 00:00:00 2001 From: georgeUrsachi Date: Tue, 7 Jun 2022 07:48:48 +0200 Subject: [PATCH 1/2] Push comment to have PR open for exam --- apps/api/src/app/orders/orders.controller.spec.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: () => ({ From 76fabc9e9842340225f2f725f45a4b809a4885d3 Mon Sep 17 00:00:00 2001 From: georgeUrsachi Date: Tue, 7 Jun 2022 10:15:33 +0200 Subject: [PATCH 2/2] fail please --- .../app/shared/services/price-calculation-test-data.constant.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: '',