Skip to content

Commit 2aa789f

Browse files
Update src/__tests__/httpClient.spec.ts
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
1 parent 54b24a7 commit 2aa789f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/__tests__/httpClient.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ describe("HTTP Client", function (): void {
159159
expect(response).toEqual<binlookup.ThreeDSAvailabilityResponse>(threeDSAvailabilitySuccessResponse);
160160
});
161161

162-
test("should make a request with custom headers", async function (): Promise<void> {
162+
test("should make a request with custom headers", async (): Promise<void> => {
163163
const client = createClient();
164164
const checkout = new CheckoutAPI(client);
165165

0 commit comments

Comments
 (0)