Skip to content

Commit

Permalink
fix failing test
Browse files Browse the repository at this point in the history
  • Loading branch information
johnsonogwuru committed Mar 4, 2024
1 parent faee9b7 commit a616faf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion processor/test/paypal.client.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ import { paypalCreateOrderRequest } from './utils/mock-paypal-request-data';
import { setupServer } from 'msw/node';
import { PaypalAPI } from '../src/clients/paypal.client';
import { PaymentModificationStatus } from '../src/dtos/operations/payment-intents.dto';
import { PaypalBasePath, PaypalUrls } from '../src/services/types/paypal-api.type';
import { mockPaypalRequest } from './utils/paypal-request.mock';
import { PaypalBasePath, PaypalUrls } from '../src/clients/types/paypal.client.type';

describe('Paypal API', () => {
const api = new PaypalAPI();
Expand Down

0 comments on commit a616faf

Please sign in to comment.