From 2a7fe0f50169f979d910ed72facceb2f4e15b7de Mon Sep 17 00:00:00 2001 From: Aamogh <120258212+aamoghS@users.noreply.github.com> Date: Sat, 8 Aug 2026 23:15:52 -0400 Subject: [PATCH] chore(tests): drop the last points fixture (#330) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit D4 removed event.points_value, but this club-event fixture still set it. Dead data rather than a failure — the fixture is a plain object handed to a mock, not typed against the schema — but it reads as though club events still carry points, which is exactly the impression D4 set out to remove. Verified: typecheck, 426 tests, lint --max-warnings 0, build. --- packages/api/src/.internal-tests/qr-checkin.test.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/packages/api/src/.internal-tests/qr-checkin.test.ts b/packages/api/src/.internal-tests/qr-checkin.test.ts index 6bdd347d..18fb9471 100644 --- a/packages/api/src/.internal-tests/qr-checkin.test.ts +++ b/packages/api/src/.internal-tests/qr-checkin.test.ts @@ -259,7 +259,6 @@ describe("QR check-in", () => { eventDate: new Date(), currentCheckIns: 0, maxCheckIns: null as number | null, - pointsValue: 10, ...overrides, });