- BadgeFormDataServiceTest: add missing BadgeStudentLookupService mock,
update build() signature with param, fix default
role assertion (teacher → all)
- BadgePdfServiceTest: add missing BadgeStudentLookupService mock as
first constructor arg, update generate() calls with studentIds:,
fix filename assertion (Staff_Badges.pdf → Badges.pdf)
These constructors were refactored to accept a new
BadgeStudentLookupService dependency and reordered parameters,
but the unit tests were never updated, causing TypeError failures.