Skip to content

Commit

Permalink
Test 2
Browse files Browse the repository at this point in the history
  • Loading branch information
alipiec committed Jan 26, 2012
1 parent 34566e3 commit 507e9c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/escalus_assert.erl
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ is_chat_message(Msg, Stanza) when is_binary(Msg) ->
is_iq(Type, Stanza) ->
Type = exmpp_iq:get_type(Stanza);
is_iq(none, _Stanza) ->
ok.
{error, badtype}.

has_no_stanzas(Client) ->
false = escalus_client:has_stanzas(Client).
Expand Down

0 comments on commit 507e9c2

Please sign in to comment.