Skip to content

Commit

Permalink
fix(test): match response code
Browse files Browse the repository at this point in the history
  • Loading branch information
patrick-medusajs authored Mar 15, 2023
1 parent a359699 commit 1620375
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -440,7 +440,7 @@ describe("/store/payment-collections", () => {
})
)

expect(response.status).toEqual(207)
expect(response.status).toEqual(200)
})
})
})

0 comments on commit 1620375

Please sign in to comment.