Skip to content

Commit

Permalink
fix: spec
Browse files Browse the repository at this point in the history
  • Loading branch information
eddort committed Feb 14, 2023
1 parent cea6404 commit 46f505c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/guardian/guardian.service.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ describe('GuardianService', () => {

const getBlockGuardServiceMock = jest
.spyOn(blockGuardService, 'isNeedToProcessNewState')
.mockImplementation(() => true);
.mockImplementation(() => false);

await Promise.all([
guardianService.handleNewBlock(),
Expand Down

0 comments on commit 46f505c

Please sign in to comment.