Skip to content

Commit c14e498

Browse files
committed
[Typescript] Add promotion to basket
1 parent ff12c9c commit c14e498

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

typescript/test/world-company-remuneration/basket-informations.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ describe("a basket should cost", () => {
99
test("1000 otherwise", () => {
1010
let basketInformations = new BasketInformations();
1111
basketInformations.resetBasket()
12-
basketInformations.addProductToBasket("Toto", 1000)
12+
basketInformations.addProductToBasket("Toto", 1000) // Promo = false
1313
expect(basketInformations.getBasketPrice(false)).toBe(1000);
1414
});
1515

0 commit comments

Comments
 (0)