refactor: adds schemales changeset and validation constant
This commit is contained in:
parent
14a8417fdf
commit
7da037d81d
6 changed files with 158 additions and 34 deletions
|
|
@ -403,6 +403,7 @@ defmodule Mv.Membership.Import.MemberCSVTest do
|
|||
},
|
||||
custom: %{}
|
||||
}
|
||||
|
||||
csv_line_number = 2
|
||||
opts = []
|
||||
|
||||
|
|
@ -417,6 +418,7 @@ defmodule Mv.Membership.Import.MemberCSVTest do
|
|||
member: %{email: "john@example.com"},
|
||||
custom: %{"field1" => "value1"}
|
||||
}
|
||||
|
||||
csv_line_number = 2
|
||||
opts = []
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue