summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Klishin <mklishin@pivotal.io>2019-04-25 01:00:31 +0300
committerMichael Klishin <mklishin@pivotal.io>2019-04-25 01:00:31 +0300
commita359b43be83666346c1f878dc1421c3fc275022e (patch)
treee1b33fbd380b5d50966c32c97bbec2649a6edd19
parentbfb7c7fdaf385f90c30d1a74387428cd1670ce89 (diff)
downloadrabbitmq-server-git-a359b43be83666346c1f878dc1421c3fc275022e.tar.gz
Update this test for #1904
-rw-r--r--test/unit_inbroker_non_parallel_SUITE.erl6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/unit_inbroker_non_parallel_SUITE.erl b/test/unit_inbroker_non_parallel_SUITE.erl
index 866d529489..d960084577 100644
--- a/test/unit_inbroker_non_parallel_SUITE.erl
+++ b/test/unit_inbroker_non_parallel_SUITE.erl
@@ -494,7 +494,7 @@ channel_statistics1(_Config) ->
[{{Ch, QRes}, 1, 0, 0, 0, 0, 0, 0, 0}] = ets:lookup(
channel_queue_metrics,
{Ch, QRes}),
- [{{Ch, X}, 1, 0, 0, 0}] = ets:lookup(
+ [{{Ch, X}, 1, 0, 0, 0, 0}] = ets:lookup(
channel_exchange_metrics,
{Ch, X}),
[{{Ch, {QRes, X}}, 1, 0}] = ets:lookup(
@@ -509,7 +509,7 @@ channel_statistics1(_Config) ->
[{{Ch, QRes}, 1, 0, 0, 0, 0, 0, 0, 1}] = ets:lookup(
channel_queue_metrics,
{Ch, QRes}),
- [{{Ch, X}, 1, 0, 0, 0}] = ets:lookup(
+ [{{Ch, X}, 1, 0, 0, 0, 0}] = ets:lookup(
channel_exchange_metrics,
{Ch, X}),
[{{Ch, {QRes, X}}, 1, 1}] = ets:lookup(
@@ -522,7 +522,7 @@ channel_statistics1(_Config) ->
force_metric_gc(),
Check4 = fun() ->
[] = ets:lookup(channel_queue_metrics, {Ch, QRes}),
- [{{Ch, X}, 1, 0, 0, 0}] = ets:lookup(
+ [{{Ch, X}, 1, 0, 0, 0, 0}] = ets:lookup(
channel_exchange_metrics,
{Ch, X}),
[] = ets:lookup(channel_queue_exchange_metrics,