You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
test(sqlx): strengthen GROUP BY assertion with specific count
Replace weak assertion (> 0) with specific assertion (== 3) based on
fixture data. The encrypted_json fixture creates exactly 3 distinct
encrypted records, so GROUP BY should return exactly 3 groups.
This makes the test more rigorous and will catch regressions if
grouping behavior changes.
Addresses FINAL_CODE_REVIEW.md recommendation #3 (P3).
0 commit comments