mirror of
https://github.com/moltbot/moltbot.git
synced 2026-05-13 15:47:28 +00:00
test: tighten imessage gating assertion
This commit is contained in:
@@ -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",
|
||||
});
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user