chore(medusa): Typeorm upgrade to 0.3.11 (#3041)
This commit is contained in:
@@ -2123,7 +2123,9 @@ describe("/admin/orders", () => {
|
||||
|
||||
const manager = dbConnection.manager
|
||||
const customOptions = await manager.find(CustomShippingOption, {
|
||||
shipping_option_id: "test-option",
|
||||
where: {
|
||||
shipping_option_id: "test-option",
|
||||
},
|
||||
})
|
||||
|
||||
expect(response.status).toEqual(200)
|
||||
|
||||
Reference in New Issue
Block a user