fix linting
This commit is contained in:
parent
fb71b7ddb1
commit
aa3fb0c49b
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)
|
||||
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
|
||||
file_content = "email\njohn@example.com"
|
||||
opts = []
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue