Implements csv service skeleton closes #330 #350
1 changed files with 2 additions and 1 deletions
|
|
@ -44,7 +44,8 @@ defmodule Mv.Membership.Import.MemberCSVTest do
|
||||||
assert match?({:ok, _}, result) or match?({:error, _}, result)
|
assert match?({:ok, _}, result) or match?({:error, _}, result)
|
||||||
end
|
end
|
||||||
|
|
||||||
@tag :skip #Skip until Issue #3 is implemented
|
# Skip until Issue #3 is implemented
|
||||||
|
@tag :skip
|
||||||
test "returns {:ok, import_state} on success" do
|
test "returns {:ok, import_state} on success" do
|
||||||
file_content = "email\njohn@example.com"
|
file_content = "email\njohn@example.com"
|
||||||
opts = []
|
opts = []
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue