test: update test/emqx_channel_SUITE.erl

Co-authored-by: Thales Macedo Garitezi <thalesmg@gmail.com>
This commit is contained in:
JianBo He 2022-03-18 10:06:01 +08:00 committed by JianBo He
parent 604c384660
commit 706c7725f9
1 changed files with 1 additions and 1 deletions

View File

@ -601,7 +601,7 @@ t_handle_kicked_publish_will_msg(_) ->
_} = emqx_channel:handle_call(kick, channel(#{will_msg => Msg})),
receive
{pub, Msg} -> ok
after 200 -> ?assert(true)
after 200 -> exit(will_message_not_published)
end.
t_handle_call_discard(_) ->