fix: remove typo

This commit is contained in:
MohamedAliBouhaouala 2025-04-24 19:23:01 +01:00
parent 9318e3fed3
commit 5ead99c41d

View File

@ -374,7 +374,7 @@ describe('BlockService', () => {
nlpPenaltyFactor,
);
// // Ensure calculateBlockScore was called at least once for each block
// Ensure calculateBlockScore was called at least once for each block
expect(calculateBlockScoreSpy).toHaveBeenCalledTimes(2); // Called for each block
// Restore the spy after the test