From ce893da54cea450edfb723d9e8a7b2e5bd09e014 Mon Sep 17 00:00:00 2001 From: Josh Soref Date: Wed, 13 Feb 2019 00:17:15 -0500 Subject: [PATCH] spelling: already --- deps/rabbitmq_cli/test/ctl/add_user_command_test.exs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deps/rabbitmq_cli/test/ctl/add_user_command_test.exs b/deps/rabbitmq_cli/test/ctl/add_user_command_test.exs index 878edbe88a..3e7c74f181 100644 --- a/deps/rabbitmq_cli/test/ctl/add_user_command_test.exs +++ b/deps/rabbitmq_cli/test/ctl/add_user_command_test.exs @@ -75,7 +75,7 @@ defmodule AddUserCommandTest do end @tag user: "someone" - test "output: formats a user_alredy_exists error", context do + test "output: formats a user_already_exists error", context do {:error, 70, "User \"someone\" already exists"} = @command.output({:error, {:user_already_exists, context[:user]}}, %{}) end