fix: test case t_write_failure
This commit is contained in:
parent
fbeb56e475
commit
97592e2e40
|
@ -945,13 +945,13 @@ t_write_failure(Config) ->
|
||||||
send_message(Config, SentData)
|
send_message(Config, SentData)
|
||||||
),
|
),
|
||||||
#{?snk_kind := handle_async_reply, action := nack},
|
#{?snk_kind := handle_async_reply, action := nack},
|
||||||
1_000
|
15_000
|
||||||
);
|
);
|
||||||
async ->
|
async ->
|
||||||
?wait_async_action(
|
?wait_async_action(
|
||||||
?assertEqual(ok, send_message(Config, SentData)),
|
?assertEqual(ok, send_message(Config, SentData)),
|
||||||
#{?snk_kind := handle_async_reply},
|
#{?snk_kind := handle_async_reply},
|
||||||
1_000
|
15_000
|
||||||
)
|
)
|
||||||
end
|
end
|
||||||
end),
|
end),
|
||||||
|
|
Loading…
Reference in New Issue