Skip to content

Commit

Permalink
modify test name
Browse files Browse the repository at this point in the history
  • Loading branch information
brunacamposxx authored and taliyada committed Oct 11, 2023
1 parent 0dcf454 commit 753a53e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e/user/get.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import MercadoPago, { User } from '@src/index';
import { config } from '../e2e.config';

describe('Testing User, get method', () => {
test('should pass forward request options from get to RestClient.fetch', async () => {
test('should return user data with success', async () => {
const client = new MercadoPago({ accessToken: config.access_token, options: { timeout: 5000 } });
const user = new User(client);

Expand Down

0 comments on commit 753a53e

Please sign in to comment.