Skip to content

Commit 97c27f5

Browse files
fixed test failure
1 parent f2382fc commit 97c27f5

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
@@ -19,6 +19,6 @@ describe("LearnMoreDescriptions cases",() => {
1919
const data = await auth.learnMore("")
2020
const cxCommandOutput: CxCommandOutput = data;
2121
console.log("cxCommandOutput (failure case):", cxCommandOutput);
22-
expect(cxCommandOutput.status).toBe("Value of query-id is invalid");
22+
expect(cxCommandOutput.status.trim()).toBe("Value of query-id is invalid");
2323
})
2424
})

0 commit comments

Comments
 (0)