Skip to content

Commit 8c7a090

Browse files
updated code
1 parent ae3ba93 commit 8c7a090

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tests/LearnMoreDescriptions.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@ describe("LearnMoreDescriptions cases",() => {
1616
const auth = new CxWrapper(cxScanConfig);
1717
const data = await auth.learnMore("")
1818
const cxCommandOutput: CxCommandOutput = data;
19-
expect(cxCommandOutput.status.trim()).toBe("Value of query-id is invalid\n");
19+
expect(cxCommandOutput.status.trim()).toBe("Value of query-id is invalid");
2020
})
2121
})

0 commit comments

Comments
 (0)