1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-06-30 21:55:24 +00:00

Fixed message test id

This commit is contained in:
James Booth 2015-05-31 00:13:36 +01:00
parent 373f47c711
commit be1f959b02

View File

@ -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>"
);