Skip to content

Commit b0da7fc

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 c46a705 commit b0da7fc

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
@@ -70,7 +70,7 @@ describe("Terminal Cloud API", (): void => {
7070

7171
});
7272

73-
test("should return event notification Reject with additional attributes", async (): Promise<void> => {
73+
test("should return event notification Shutdown with additional attributes", async (): Promise<void> => {
7474

7575
const terminalAPIPaymentRequest = createTerminalAPIPaymentRequest();
7676
scope.post("/sync").reply(200, syncResEventNotificationWithAdditionalAttributes);

0 commit comments

Comments
 (0)