From 5e817dad2304bfce88581da98c244b4b4258e54a Mon Sep 17 00:00:00 2001 From: Bruna Campos Date: Thu, 5 Oct 2023 16:40:09 -0300 Subject: [PATCH] modify test name --- e2e/paymentMethod/get.spec.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/e2e/paymentMethod/get.spec.ts b/e2e/paymentMethod/get.spec.ts index 5fd7fcd7..f27498ba 100644 --- a/e2e/paymentMethod/get.spec.ts +++ b/e2e/paymentMethod/get.spec.ts @@ -2,7 +2,7 @@ import MercadoPago, { PaymentMethod } from '@src/index'; import { config } from '../e2e.config'; describe('Testing get payment methods, get', () => { - test('should pass forward request options from get to RestClient.fetch', async () => { + test('should return all available payment methods ', async () => { const client = new MercadoPago({ accessToken: config.access_token, options: { timeout: 5000 } }); const paymentMethod = new PaymentMethod(client);