test: updated tests

This commit is contained in:
carla 2026-01-15 10:10:14 +01:00
parent 68e19bea18
commit 31cf07c071
2 changed files with 191 additions and 1 deletions

View file

@ -44,7 +44,6 @@ defmodule Mv.Membership.Import.MemberCSVTest do
assert match?({:ok, _}, result) or match?({:error, _}, result)
end
# Skip until Issue #3 is implemented
@tag :skip
test "returns {:ok, import_state} on success" do
file_content = "email\njohn@example.com"