spelling: already

This commit is contained in:
Josh Soref 2019-02-13 00:17:15 -05:00
parent e5d5ba0c05
commit ce893da54c
1 changed files with 1 additions and 1 deletions

View File

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