Skip to content

Commit

Permalink
[#46] Fix EOF
Browse files Browse the repository at this point in the history
  • Loading branch information
akshay-ap committed Aug 2, 2023
1 parent 579ef82 commit 1d73328
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion test/utils/executeSafeTx.ts
Original file line number Diff line number Diff line change
Expand Up @@ -53,4 +53,3 @@ export const execTransaction = async function (
signatureBytes
);
};

2 changes: 1 addition & 1 deletion test/utils/setup.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,4 @@ export const getSafeWithOwners = async (walletOwners: SignerWithAddress[], thres

let safeAddress = events[0].args[0];
return await getInstance("Safe", safeAddress);
};
};

0 comments on commit 1d73328

Please sign in to comment.