diff --git a/libs/api-sdk/src/index.test.ts b/libs/api-sdk/src/index.test.ts index ceb53d2e..3cc483ea 100644 --- a/libs/api-sdk/src/index.test.ts +++ b/libs/api-sdk/src/index.test.ts @@ -65,7 +65,7 @@ describe("Bandada API SDK", () => { }, baseURL: SupportedUrl.PROD } - const fun = () => new ApiSdk(SupportedUrl.DEV, config) + const fun = () => new ApiSdk(SupportedUrl.DEV, config) expect(fun).toThrow("The url and baseURL should be the same") }) it("Should throw an error when the url has the wrong type", () => {