Skip to content

Commit 58b84eb

Browse files
committed
fix:updated test case
Signed-off-by: Amitkanswal <[email protected]>
1 parent 00a0ca1 commit 58b84eb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

__test__/uiLocation.test.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import {
1313
Region,
1414
} from "../src/types";
1515
import { RequestOption } from '../src/types/common.types';
16-
import { ProxyConfig } from '../src/types/api.type';
16+
import { RequestConfig } from '../src/types/api.type';
1717

1818
jest.mock("post-robot");
1919
jest.mock("wolfy87-eventemitter");
@@ -189,7 +189,7 @@ describe("UI Location", () => {
189189

190190
describe("createSDKAdapter", () => {
191191
let mockPostRobot: typeof postRobot;
192-
let opts: ProxyConfig;
192+
let opts: RequestConfig;
193193
let uiLocationInstance: UiLocation;
194194
let onError: jest.Mock;
195195
beforeEach(() => {

0 commit comments

Comments
 (0)