chore: fix typos (#4877)
* Chore: Fix typos * Add generated resources --------- Co-authored-by: Shahed Nasser <shahednasser@gmail.com>
This commit is contained in:
co-authored by
Shahed Nasser
parent
359bd290ba
commit
a0bbc1893b
@@ -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)
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user