Skip to content

Commit c46a705

Browse files
Update src/__tests__/terminalCloudAPI.spec.ts
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
1 parent 7e0daf6 commit c46a705

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/__tests__/terminalCloudAPI.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ describe("Terminal Cloud API", (): void => {
9191
await expect(async () => {
9292
const terminalAPIResponse = await terminalCloudAPI.sync(terminalAPIPaymentRequest);
9393
expect(terminalAPIResponse.SaleToPOIRequest?.EventNotification).toBeDefined();
94-
expect(terminalAPIResponse.SaleToPOIRequest?.EventNotification?.EventToNotify).toBeUndefined;
94+
expect(terminalAPIResponse.SaleToPOIRequest?.EventNotification?.EventToNotify).toBeUndefined();
9595
}).not.toThrow();
9696
});
9797

0 commit comments

Comments
 (0)