test: tighten imessage gating assertion

This commit is contained in:
Shakker
2026-05-11 10:16:31 +01:00
parent 1307cf4d5c
commit 33910876a7

View File

@@ -123,8 +123,12 @@ describe("imessage monitor gating + envelope builders", () => {
text: "hello",
},
}),
).toMatchObject({
).toEqual({
id: 1,
sender: "+15550001111",
destination_caller_id: "+15550002222",
is_from_me: true,
text: "hello",
});
});