Skip to content

Commit

Permalink
modify test name
Browse files Browse the repository at this point in the history
  • Loading branch information
brunacamposxx committed Oct 5, 2023
1 parent 0d74803 commit 5e817da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e/paymentMethod/get.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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);

Expand Down

0 comments on commit 5e817da

Please sign in to comment.