modifications to fix basic tests
This commit is contained in:
parent
29e31a05a1
commit
aff6c87a1b
10 changed files with 27 additions and 31 deletions
test/support/fixtures
|
@ -5,7 +5,7 @@ defmodule Bones73k.AccountsFixtures do
|
|||
"""
|
||||
|
||||
def unique_user_email, do: "user#{System.unique_integer()}@example.com"
|
||||
def valid_user_password, do: "hello world!"
|
||||
def valid_user_password, do: "ValidPass47"
|
||||
|
||||
def user_fixture(attrs \\ %{}) do
|
||||
{:ok, user} =
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue