From a04ff31d6ddab0646256535116ac6b8f315ba80e Mon Sep 17 00:00:00 2001 From: Luke Bakken Date: Wed, 8 Apr 2020 14:44:41 -0700 Subject: [PATCH] Fix syntax errors --- deps/rabbitmq_peer_discovery_etcd/test/system_SUITE.erl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/deps/rabbitmq_peer_discovery_etcd/test/system_SUITE.erl b/deps/rabbitmq_peer_discovery_etcd/test/system_SUITE.erl index 506f7bc3a3..6c23833465 100644 --- a/deps/rabbitmq_peer_discovery_etcd/test/system_SUITE.erl +++ b/deps/rabbitmq_peer_discovery_etcd/test/system_SUITE.erl @@ -93,7 +93,7 @@ etcd_connection_sanity_check_test(Config) -> end, try rabbit_ct_helpers:await_condition(Condition1, 60000) - after -> + after eetcd:close(test) end, Condition2 = fun() -> @@ -109,7 +109,7 @@ init_opens_a_connection_test(Config) -> end, try rabbit_ct_helpers:await_condition(Condition, 90000) - after -> + after gen_statem:stop(Pid) end, ?assertEqual(0, length(eetcd_conn_sup:info())). @@ -132,7 +132,7 @@ registration_with_locking_test(Config) -> end, try rabbit_ct_helpers:await_condition(Condition2, 45000) - after -> + after gen_statem:stop(Pid) end.