Skip to content

Commit 1087db6

Browse files
committed
remove duplicate mock
Signed-off-by: Andrew Twydell <[email protected]>
1 parent 89a7dfa commit 1087db6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/sdk/__tests__/__unit__/get/Get.resource.unit.test.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ describe("CMCI - Get resource", () => {
9898

9999
describe("success scenarios", () => {
100100

101-
const getExpectStringMock = jest.spyOn(CicsCmciRestClient, "getExpectString").mockResolvedValue(ok2RecordsXmlResponse);
101+
const getExpectStringMock = jest.spyOn(CicsCmciRestClient, "getExpectString");
102102

103103
beforeEach(() => {
104104
response = undefined;

0 commit comments

Comments
 (0)