We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01f0fc7 commit cd0bdd3Copy full SHA for cd0bdd3
src/__tests__/terminalAPIPredefinedContentHelper.spec.ts
@@ -19,7 +19,7 @@ describe("PredefinedContentHelper", () => {
19
expect(helper.getTransactionId()).toBe("12345");
20
});
21
22
- it("should extract TimeStamp", () => {
+ it("should extract query parameter", () => {
23
const helper = new PredefinedContentHelper("TimeStamp=2024-07-11T12:00:00Z");
24
expect(helper.getTimeStamp()).toBe("2024-07-11T12:00:00Z");
25
0 commit comments