fix: test case t_write_failure

This commit is contained in:
Dennis Zhuang 2023-12-04 18:43:18 +08:00
parent fbeb56e475
commit 97592e2e40
1 changed files with 2 additions and 2 deletions

View File

@ -945,13 +945,13 @@ t_write_failure(Config) ->
send_message(Config, SentData)
),
#{?snk_kind := handle_async_reply, action := nack},
1_000
15_000
);
async ->
?wait_async_action(
?assertEqual(ok, send_message(Config, SentData)),
#{?snk_kind := handle_async_reply},
1_000
15_000
)
end
end),