spelling: already
This commit is contained in:
parent
e5d5ba0c05
commit
ce893da54c
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue