Skip to content

Commit

Permalink
fix welcome message text
Browse files Browse the repository at this point in the history
  • Loading branch information
badlop committed Jul 12, 2024
1 parent 134b259 commit 3939134
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/ejabberd_SUITE.erl
Original file line number Diff line number Diff line change
Expand Up @@ -920,6 +920,8 @@ presence_broadcast(Config) ->
IQ = #iq{type = get,
from = JID,
sub_els = [#disco_info{node = Node}]} = recv_iq(Config),
#message{type = chat,
subject = [#text{lang = <<"en">>,data = <<"Welcome!">>}]} = recv_message(Config),
#message{type = normal,
subject = [#text{lang = <<"en">>,data = <<"Welcome!">>}]} = recv_message(Config),
#presence{from = JID, to = JID} = recv_presence(Config),
Expand Down

0 comments on commit 3939134

Please sign in to comment.