Skip to content

Commit ed6ed58

Browse files
committed
QQ: fix test affected by automated rename of rabbit_fifo:apply/3
1 parent 8ffe3a6 commit ed6ed58

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

deps/rabbit/test/rabbit_fifo_prop_SUITE.erl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1628,7 +1628,7 @@ upgrade_prop(Conf0, Commands) ->
16281628
fun (_) -> true end, FromVersion),
16291629

16301630
%% perform conversion
1631-
#rabbit_fifo{} = V4 = element(1, rabbit_fifo:apply_(
1631+
#rabbit_fifo{} = V4 = element(1, rabbit_fifo:apply(
16321632
meta(length(PreEntries) + 1),
16331633
{machine_version, FromVersion, ToVersion},
16341634
V3)),
@@ -2099,7 +2099,7 @@ do_apply(Cmd, #t{effects = Effs,
20992099
EnqCmds0
21002100
end,
21012101

2102-
{St, Effects} = case rabbit_fifo:apply_(meta(Index), Cmd, S0) of
2102+
{St, Effects} = case rabbit_fifo:apply(meta(Index), Cmd, S0) of
21032103
{S, _, E} when is_list(E) ->
21042104
{S, E};
21052105
{S, _, E} ->

0 commit comments

Comments
 (0)