add some comments
This commit is contained in:
parent
b47b0d36b5
commit
59a8067c09
5 changed files with 33 additions and 5 deletions
|
|
@ -1,5 +1,7 @@
|
|||
defmodule Mv.Accounts.UserMemberRelationshipTest do
|
||||
use Mv.DataCase, async: false
|
||||
# Using async: true for faster test execution
|
||||
# This is safe because all database operations are sandboxed per test
|
||||
use Mv.DataCase, async: true
|
||||
alias Mv.Accounts
|
||||
alias Mv.Membership
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue