Skip to content

Commit 25896ae

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 b0da7fc commit 25896ae

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
@@ -83,7 +83,7 @@ describe("Terminal Cloud API", (): void => {
8383
}).not.toThrow();
8484
});
8585

86-
test("should return event notification Reject with unknown enum", async (): Promise<void> => {
86+
test("should return event notification with unknown enum", async (): Promise<void> => {
8787

8888
const terminalAPIPaymentRequest = createTerminalAPIPaymentRequest();
8989
scope.post("/sync").reply(200, syncResEventNotificationWithUnknownEnum);

0 commit comments

Comments
 (0)