We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f87a551 commit 9beda74Copy full SHA for 9beda74
deps/rabbitmq_cli/test/ctl/set_vhost_tags_command_test.exs
@@ -77,7 +77,7 @@ defmodule SetVhostTagsCommandTest do
77
fn record -> record[:name] == context[:vhost] end
78
)
79
80
- assert result[:tags] == context[:tags]
+ assert Enum.sort(result[:tags]) == Enum.sort(context[:tags])
81
end
82
83
@tag vhost: @vhost, tags: [:qa]
0 commit comments