Skip to content

Commit

Permalink
feat(payments-plugin): Test case readability
Browse files Browse the repository at this point in the history
  • Loading branch information
martijnvdbrug committed Mar 5, 2024
1 parent 028dcf9 commit 7009425
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/payments-plugin/e2e/mollie-payment.e2e-spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,7 @@ describe('Mollie payments', () => {
expect(mollieRequest.amount.value).toEqual(totalLineAmount.toFixed(2));
});

it('Should use fallback redirect when no redirect is given', async () => {
it('Should use fallback redirect appended with order code, when no redirect is given', async () => {
let mollieRequest: any | undefined;
nock('https://api.mollie.com/')
.post('/v2/orders', body => {
Expand Down

0 comments on commit 7009425

Please sign in to comment.