fix: adapt tests to updated deps
This commit is contained in:
parent
879695e7b6
commit
5aaca7aa37
4 changed files with 51 additions and 13 deletions
|
|
@ -6,12 +6,14 @@ defmodule Mv.Membership.JoinRequestSubmitEmailTest do
|
|||
(to the request email, with confirm link). Uses Swoosh.Adapters.Test; no integration.
|
||||
Sender is wired in implementation; test fails until then (TDD).
|
||||
"""
|
||||
use Mv.DataCase, async: true
|
||||
use Mv.DataCase, async: false
|
||||
|
||||
import Swoosh.TestAssertions
|
||||
|
||||
alias Mv.Membership
|
||||
|
||||
setup :set_swoosh_global
|
||||
|
||||
@valid_submit_attrs %{
|
||||
email: "join#{System.unique_integer([:positive])}@example.com"
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue