mirror of
https://github.com/profanity-im/profanity.git
synced 2024-11-03 19:37:16 -05:00
Fixed message test id
This commit is contained in:
parent
373f47c711
commit
be1f959b02
@ -43,7 +43,7 @@ message_receive(void **state)
|
||||
stbbr_wait_for("prof_presence_1");
|
||||
|
||||
stbbr_send(
|
||||
"<message id=\"*\" to=\"stabber@localhost\" from=\"someuser@chatserv.org/laptop\" type=\"chat\">"
|
||||
"<message id=\"message1\" to=\"stabber@localhost\" from=\"someuser@chatserv.org/laptop\" type=\"chat\">"
|
||||
"<body>How are you?</body>"
|
||||
"</message>"
|
||||
);
|
||||
|
Loading…
Reference in New Issue
Block a user