From a7a828f9639798f8f3f3a86de2fefbd100016b90 Mon Sep 17 00:00:00 2001 From: YBM Date: Tue, 15 Oct 2024 08:29:26 -0500 Subject: [PATCH] test: update mock comments --- src/test/mocks/MockUSTBSubscriptionRedemption.sol | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/test/mocks/MockUSTBSubscriptionRedemption.sol b/src/test/mocks/MockUSTBSubscriptionRedemption.sol index 38b832eb..8ef79f12 100644 --- a/src/test/mocks/MockUSTBSubscriptionRedemption.sol +++ b/src/test/mocks/MockUSTBSubscriptionRedemption.sol @@ -49,7 +49,7 @@ contract MockUSTBSubscription { } /** - * @notice Set the price of USTB, amount of USDC for 1 USTB. Accounts for decimal mismatch. + * @notice Set the price of USTB, amount of USDC for 1 USTB. USTB/USDC both have 6 decimals. * @param newPrice The new price of USTB */ function setUSTBPrice(uint256 newPrice) public {