Skip to content

Commit

Permalink
rename
Browse files Browse the repository at this point in the history
  • Loading branch information
RomKadria committed Feb 19, 2024
1 parent 8d08c48 commit ec78ded
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/api/lib/tests/api-client.test.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import { GraphQLClient } from 'graphql-request';
import { defaultVersion } from '../constants';
import { getSdk } from '../generated/sdk';
import { ApiClient } from 'lib/classes/index';
import { ApiClient } from 'lib/classes/api-client';
import pkg from '../../package.json';

jest.mock('graphql-request', () => {
Expand Down

0 comments on commit ec78ded

Please sign in to comment.