diff options
| author | Michael Klishin <mklishin@pivotal.io> | 2016-11-12 17:13:09 +0300 |
|---|---|---|
| committer | Michael Klishin <mklishin@pivotal.io> | 2016-11-12 17:13:09 +0300 |
| commit | 245fd0804d451cef7f55a07e517b8ba176294e82 (patch) | |
| tree | 80c8c5ff8d3390249f7274e86e887e2e5a26369b /test | |
| parent | 460d413aca94ce0bd68200efa2edefbfef2f1cbe (diff) | |
| download | rabbitmq-server-git-245fd0804d451cef7f55a07e517b8ba176294e82.tar.gz | |
Fix test expectations, more renames, more logging
Diffstat (limited to 'test')
| -rw-r--r-- | test/per_vhost_msg_store_SUITE.erl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/per_vhost_msg_store_SUITE.erl b/test/per_vhost_msg_store_SUITE.erl index 4a890ce3ea..2a13440564 100644 --- a/test/per_vhost_msg_store_SUITE.erl +++ b/test/per_vhost_msg_store_SUITE.erl @@ -252,4 +252,4 @@ open_channel(Vhost, Config) -> {ok, Conn} = amqp_connection:start( #amqp_params_direct{node = Node, virtual_host = Vhost}), {ok, Chan} = amqp_connection:open_channel(Conn), - Chan.
\ No newline at end of file + Chan. |
