QQ: fix test affected by automated rename of rabbit_fifo:apply/3

This commit is contained in:
Karl Nilsson 2025-10-06 10:12:01 +01:00
parent 8ffe3a68a7
commit ed6ed58525
1 changed files with 2 additions and 2 deletions

View File

@ -1628,7 +1628,7 @@ upgrade_prop(Conf0, Commands) ->
fun (_) -> true end, FromVersion),
%% perform conversion
#rabbit_fifo{} = V4 = element(1, rabbit_fifo:apply_(
#rabbit_fifo{} = V4 = element(1, rabbit_fifo:apply(
meta(length(PreEntries) + 1),
{machine_version, FromVersion, ToVersion},
V3)),
@ -2099,7 +2099,7 @@ do_apply(Cmd, #t{effects = Effs,
EnqCmds0
end,
{St, Effects} = case rabbit_fifo:apply_(meta(Index), Cmd, S0) of
{St, Effects} = case rabbit_fifo:apply(meta(Index), Cmd, S0) of
{S, _, E} when is_list(E) ->
{S, E};
{S, _, E} ->