Fix Credo Readability (strict)
- Max line length, implicit try, alias order, zero-arity defs - String sigils, long comments split; redundant blank lines fixed
This commit is contained in:
parent
f0a8dfcc21
commit
81ce204502
48 changed files with 131 additions and 144 deletions
|
|
@ -199,7 +199,8 @@ defmodule MvWeb.AuthControllerTest do
|
|||
|
||||
assert to =~ "/auth/user/password/sign_in_with_token"
|
||||
|
||||
# After login, user is redirected to /auth/user/password/sign_in_with_token. Session handling for protected routes should be tested in integration or E2E tests.
|
||||
# After login, user is redirected to /auth/user/password/sign_in_with_token.
|
||||
# Session handling for protected routes should be tested in integration or E2E tests.
|
||||
end
|
||||
|
||||
# Edge cases
|
||||
|
|
|
|||
|
|
@ -177,8 +177,8 @@ defmodule MvWeb.MemberExportControllerTest do
|
|||
assert body =~ "Alice"
|
||||
end
|
||||
|
||||
# Regression: when membership_fee_start_date is not in member_fields, Fee Type must still be exported (append fallback)
|
||||
test "export includes Fee Type when only first_name and membership_fee_type are requested (no start_date)",
|
||||
# Regression: when membership_fee_start_date is not in member_fields, Fee Type must still be exported.
|
||||
test "export includes Fee Type when first_name and membership_fee_type only (no start_date)",
|
||||
%{
|
||||
conn: conn,
|
||||
member1: m1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue