add some comments

This commit is contained in:
Moritz 2025-10-16 14:46:37 +02:00
parent b47b0d36b5
commit 59a8067c09
Signed by: moritz
GPG key ID: 1020A035E5DD0824
5 changed files with 33 additions and 5 deletions

View file

@ -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