Skip to content

Commit

Permalink
correct vale error
Browse files Browse the repository at this point in the history
  • Loading branch information
valle-xyz committed Jan 16, 2025
1 parent 2150729 commit e351e8a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -578,7 +578,7 @@ describe("TokenWithdrawModule Tests", function () {

This step sets up the test environment by deploying and configuring the necessary contracts. Please note that:

- Alice is the only owner of the Safe. A threshold of 1 is set. So only Alice's signature is required to execute transactions.
- Alice is the only owner of the Safe and a threshold of 1 is set. Thus, only Alice's signature is required to execute transactions.
- We can receive the Safe address before deploying the Safe.

### Step 4: Deploy and enable module in `enableModule` function
Expand Down

0 comments on commit e351e8a

Please sign in to comment.