Skip to content

Commit 4c0d5d6

Browse files
committed
Minor edit
1 parent b3f456d commit 4c0d5d6

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
@@ -4,7 +4,7 @@ import { asyncRes } from "../__mocks__/terminalApi/async";
44
import { syncRefund, syncRes, syncResEventNotification, syncResEventNotificationWithAdditionalAttributes, syncResEventNotificationWithUnknownEnum } from "../__mocks__/terminalApi/sync";
55
import Client from "../client";
66
import TerminalCloudAPI from "../services/terminalCloudAPI";
7-
import { terminal} from "../typings";
7+
import { terminal } from "../typings";
88

99
let client: Client;
1010
let terminalCloudAPI: TerminalCloudAPI;

0 commit comments

Comments
 (0)