Skip to content

Commit

Permalink
Fix typo in Testing Hooks section (#79)
Browse files Browse the repository at this point in the history
  • Loading branch information
rakpawel authored Sep 19, 2024
1 parent 70937c0 commit f2ab920
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -279,8 +279,8 @@ yarn test --match-contract ConstantSumPoolTest
### 3. Testing Hooks 🎣
The `VeBALFeeDiscountHookTest` mirrors the [VeBALFeeDiscountHookExampleTest](https://github.com/balancer/balancer-v3-monorepo/blob/main/pkg/pool-hooks/test/foundry/VeBALFeeDiscountHookExample.t.sol)
The `VeBALFeeDiscountHookExampleTest` mirrors the [VeBALFeeDiscountHookExampleTest](https://github.com/balancer/balancer-v3-monorepo/blob/main/pkg/pool-hooks/test/foundry/VeBALFeeDiscountHookExample.t.sol)
```
yarn test --match-contract VeBALFeeDiscountHookTest
yarn test --match-contract VeBALFeeDiscountHookExampleTest
```

0 comments on commit f2ab920

Please sign in to comment.