Skip to content

Commit

Permalink
test: update mock comments
Browse files Browse the repository at this point in the history
  • Loading branch information
yan-man committed Oct 15, 2024
1 parent a32f7ee commit a7a828f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/mocks/MockUSTBSubscriptionRedemption.sol
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit a7a828f

Please sign in to comment.