From f2ab920045f8523ac49026f4c29b590ae34be63a Mon Sep 17 00:00:00 2001 From: Pawel Rak Date: Thu, 19 Sep 2024 23:33:46 +0200 Subject: [PATCH] Fix typo in Testing Hooks section (#79) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 07be11ee..c2628111 100644 --- a/README.md +++ b/README.md @@ -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 ```