Skip to content

Commit

Permalink
chore: PR comments
Browse files Browse the repository at this point in the history
  • Loading branch information
sebbi08 committed Dec 17, 2024
1 parent ec5ce13 commit d9f50b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/runtime/test/transport/messages.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,7 @@ describe("Message errors", () => {
);
});

test("should mark a request as expired when synced after the expiration date", async () => {
test("should mark a Request as expired when synced after the expiration date", async () => {
const requestItem = {
"@type": "ConsentRequestItem",
consent: "I consent to this RequestItem",
Expand Down

0 comments on commit d9f50b2

Please sign in to comment.