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