Fix article_note_page_validator_test
This commit is contained in:
parent
c34a4d816f
commit
afab622520
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ def cast(object) do
|
|||
MultiLanguage.validate_map(object) do
|
||||
{:ok, data}
|
||||
else
|
||||
{:modified, nil} -> {:ok, nil}
|
||||
{_, nil} -> {:ok, nil}
|
||||
{:error, _} -> :error
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue