Skip to content

Commit c46071f

Browse files
author
MohamedAliBouhaouala
committed
fix: remove typo
1 parent b498c3c commit c46071f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/src/chat/services/block.service.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -374,7 +374,7 @@ describe('BlockService', () => {
374374
nlpPenaltyFactor,
375375
);
376376

377-
// // Ensure calculateBlockScore was called at least once for each block
377+
// Ensure calculateBlockScore was called at least once for each block
378378
expect(calculateBlockScoreSpy).toHaveBeenCalledTimes(2); // Called for each block
379379

380380
// Restore the spy after the test

0 commit comments

Comments
 (0)