From beeff58f52b5b1f9e6f525b6a18b30d7357133ad Mon Sep 17 00:00:00 2001 From: Zentex Date: Tue, 3 Feb 2026 22:33:01 +0530 Subject: [PATCH] Fix typo: 'transfered' -> 'transferred' in test tree file Fixed the misspelling of 'transferred' as 'transfered' in the _collectPriceOnClaim test tree documentation file (8 occurrences). --- .../_collectPriceOnClaim.tree | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/test/drop/drop-erc20/_collectPriceOnClaim/_collectPriceOnClaim.tree b/src/test/drop/drop-erc20/_collectPriceOnClaim/_collectPriceOnClaim.tree index 933ae6877..13d23122d 100644 --- a/src/test/drop/drop-erc20/_collectPriceOnClaim/_collectPriceOnClaim.tree +++ b/src/test/drop/drop-erc20/_collectPriceOnClaim/_collectPriceOnClaim.tree @@ -18,14 +18,14 @@ function _collectPriceOnClaim( │ │ ├── when msg.value does not equal totalPrice │ │ │ └── it should revert ✅ │ │ └── when msg.value does equal totalPrice - │ │ ├── platformFees (totalPrice * platformFeeBps / MAX_BPS) should be transfered to platformFeeRecipient ✅ - │ │ └── totalPrice - platformFees should be transfered to primarySaleRecipient() ✅ + │ │ ├── platformFees (totalPrice * platformFeeBps / MAX_BPS) should be transferred to platformFeeRecipient ✅ + │ │ └── totalPrice - platformFees should be transferred to primarySaleRecipient() ✅ │ └── when currency is not native token │ ├── when msg.value is not equal to zero │ │ └── it should revert ✅ │ └── when msg.value is equal to zero - │ ├── platformFees (totalPrice * platformFeeBps / MAX_BPS) should be transfered to platformFeeRecipient ✅ - │ └── totalPrice - platformFees should be transfered to primarySaleRecipient() ✅ + │ ├── platformFees (totalPrice * platformFeeBps / MAX_BPS) should be transferred to platformFeeRecipient ✅ + │ └── totalPrice - platformFees should be transferred to primarySaleRecipient() ✅ └── when _primarySaleRecipient is not equal to address(0) ├── when totalPrice is equal to zero │ └── it should revert ✅ @@ -34,11 +34,11 @@ function _collectPriceOnClaim( │ ├── when msg.value does not equal totalPrice │ │ └── it should revert ✅ │ └── when msg.value does equal totalPrice - │ ├── platformFees (totalPrice * platformFeeBps / MAX_BPS) should be transfered to platformFeeRecipient ✅ - │ └── totalPrice - platformFees should be transfered to _primarySaleRecipient ✅ + │ ├── platformFees (totalPrice * platformFeeBps / MAX_BPS) should be transferred to platformFeeRecipient ✅ + │ └── totalPrice - platformFees should be transferred to _primarySaleRecipient ✅ └── when currency is not native token ├── when msg.value is not equal to zero │ └── it should revert ✅ └── when msg.value is equal to zero - ├── platformFees (totalPrice * platformFeeBps / MAX_BPS) should be transfered to platformFeeRecipient ✅ - └── totalPrice - platformFees should be transfered to _primarySaleRecipient ✅ \ No newline at end of file + ├── platformFees (totalPrice * platformFeeBps / MAX_BPS) should be transferred to platformFeeRecipient ✅ + └── totalPrice - platformFees should be transferred to _primarySaleRecipient ✅ \ No newline at end of file