Skip to content

Commit

Permalink
fix: code format error
Browse files Browse the repository at this point in the history
  • Loading branch information
NueloSE committed Oct 7, 2024
1 parent de5daf5 commit e8d4a18
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ const mockSendTransaction = vi.fn();

const mockTransactor = vi.fn((fn) => fn());

const mockedUseNetwork = useNetwork as Mock;
const mockedUseNetwork = useNetwork as Mock;

const useTargetNetworkMock = useTargetNetwork as Mock;
const useSendTransactionMock = useSendTransaction as Mock;
Expand All @@ -63,7 +63,6 @@ const ContractMock = Contract as Mock;
const useNetworkMock = useNetwork as Mock;

describe("useScaffoldMultiWriteContract Hook", () => {

const mockAbi = [
{ type: "function", name: "mockFunction", inputs: [], outputs: [] },
];
Expand Down

0 comments on commit e8d4a18

Please sign in to comment.