Fix syntax errors

This commit is contained in:
Luke Bakken 2020-04-08 14:44:41 -07:00
parent 709f6598af
commit a04ff31d6d
1 changed files with 3 additions and 3 deletions

View File

@ -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.