Skip to content

Commit

Permalink
fix: Test
Browse files Browse the repository at this point in the history
  • Loading branch information
LautaroPetaccio committed Mar 12, 2024
1 parent 901a707 commit 8d95640
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ describe('ClaimNameFatFingerModal', () => {
beforeEach(() => {
encodeFunctionMock = jest.fn()
getSignerMock.mockResolvedValueOnce(signerMock as unknown as ethers.providers.JsonRpcSigner)
;(DCLController__factory.connect as jest.Mock).mockResolvedValueOnce({
;(DCLController__factory.connect as jest.Mock).mockReturnValueOnce({
interface: {
encodeFunctionData: encodeFunctionMock
}
Expand Down

0 comments on commit 8d95640

Please sign in to comment.