chore: fix typos (#4877)

* Chore: Fix typos

* Add generated resources

---------

Co-authored-by: Shahed Nasser <shahednasser@gmail.com>
This commit is contained in:
Andreas Deininger
2023-08-30 13:27:46 +03:00
committed by GitHub
co-authored by Shahed Nasser
parent 359bd290ba
commit a0bbc1893b
36 changed files with 52 additions and 53 deletions
@@ -238,7 +238,7 @@ describe("POST /admin/discounts", () => {
})
})
describe("succesfully creates a dynamic discount without setting valid duration", () => {
describe("successfully creates a dynamic discount without setting valid duration", () => {
let subject
beforeAll(async () => {
@@ -27,7 +27,7 @@ describe("POST /store/carts/:id/payment-session/update", () => {
)
})
it("calls CartService retrive", () => {
it("calls CartService retrieve", () => {
expect(CartServiceMock.retrieveWithTotals).toHaveBeenCalledTimes(1)
})
@@ -41,7 +41,7 @@ describe("POST /store/carts/:id/payment-session/update", () => {
)
})
it("calls CartService retrive", () => {
it("calls CartService retrieve", () => {
expect(CartServiceMock.retrieveWithTotals).toHaveBeenCalledTimes(1)
})