mirror of
https://github.com/hexastack/hexabot
synced 2025-06-26 18:27:28 +00:00
fix: remove typo
This commit is contained in:
parent
9318e3fed3
commit
5ead99c41d
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user