fix dialyzer errors

This commit is contained in:
Patrick Detlefsen 2018-04-07 15:55:28 +02:00
parent 55860b5e5e
commit 12a78bad4f
1 changed files with 1 additions and 1 deletions

View File

@ -402,7 +402,7 @@ filtered_roundtrip(OpenConf, Body) ->
<<"test1">>,
settled,
unsettled_state,
#{<<"apache.org:selector-filter:string">> => <<"amqp.annotation.x-opt-enqueuedtimeutc > ", Now2Binary>>}),
#{<<"apache.org:selector-filter:string">> => <<"amqp.annotation.x-opt-enqueuedtimeutc > ", Now2Binary/binary>>}),
{ok, OutMsg2} = amqp10_client:get_msg(DefaultReceiver, 60000 * 5),
?assertEqual(<<"msg-2-tag">>, amqp10_msg:delivery_tag(OutMsg2)),