Skip to content
This repository has been archived by the owner on Jun 11, 2024. It is now read-only.

Commit

Permalink
Fix unit test per update
Browse files Browse the repository at this point in the history
  • Loading branch information
Incede committed Nov 24, 2023
1 parent dbdfb10 commit 5c025f0
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ describe('blockchain:hash', () => {
},
]),
),
close: jest.fn(),
} as never);
jest.spyOn(appUtils, 'getPid').mockReturnValue(pid);
});
Expand Down

0 comments on commit 5c025f0

Please sign in to comment.