Skip to content

Commit

Permalink
refactor: format code with prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
jaykayudo committed Oct 26, 2024
1 parent a8e6834 commit 2581e0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/api-sdk/src/index.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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", () => {
Expand Down

0 comments on commit 2581e0e

Please sign in to comment.