Skip to content
Snippets Groups Projects
Commit 9cda5b89 authored by lain's avatar lain
Browse files

Fix test.

parent ac04ba24
Branches
No related tags found
No related merge requests found
......@@ -178,7 +178,7 @@ test "it has required fields" do
end
test "it restricts some sizes" do
[bio: 1000, name: 100]
[bio: 5000, name: 100]
|> Enum.each(fn ({field, size}) ->
string = String.pad_leading(".", size)
cs = User.remote_user_creation(Map.put(@valid_remote, field, string))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment