Skip to content

Commit cd0bdd3

Browse files
committed
Update test summary
1 parent 01f0fc7 commit cd0bdd3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/__tests__/terminalAPIPredefinedContentHelper.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ describe("PredefinedContentHelper", () => {
1919
expect(helper.getTransactionId()).toBe("12345");
2020
});
2121

22-
it("should extract TimeStamp", () => {
22+
it("should extract query parameter", () => {
2323
const helper = new PredefinedContentHelper("TimeStamp=2024-07-11T12:00:00Z");
2424
expect(helper.getTimeStamp()).toBe("2024-07-11T12:00:00Z");
2525
});

0 commit comments

Comments
 (0)