From 67c6f9dda88a3c0267a3fb6c2888d9e596e62edf Mon Sep 17 00:00:00 2001 From: galuis116 <116897328+galuis116@users.noreply.github.com> Date: Tue, 30 Jun 2026 02:23:14 -0400 Subject: [PATCH] fix(goals): match manual_save pledges by contribution delta, not full balance (#2178) * fix(goals): match manual_save pledges by contribution delta, not full balance Closes #2177 * fix(goals): clarify depository-only contribution; lowercase test names Address review: document that valuation_contribution's delta is only consumed for goal-linked Depository accounts, so the positive-delta guard is correct and no liability paydown sign case can arise. Lowercase NOT in two test names to match project convention.