Skip to content

Commit

Permalink
chore: rename wei to mvt in invariant
Browse files Browse the repository at this point in the history
  • Loading branch information
smol-ninja committed Oct 17, 2024
1 parent ad09eee commit 4b80df7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/invariant/Flow.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -333,7 +333,7 @@ contract Flow_Invariant_Test is Base_Test {
}

/// @dev For non-voided streams, the expected streamed amount should be greater than or equal to the sum of total
/// debt and withdrawn amount. And, the difference between the two should not exceed 10 wei.
/// debt and withdrawn amount. And, the difference between the two should not exceed 10 mvt.
function invariant_TotalStreamedEqTotalDebtPlusWithdrawn() external view {
uint256 lastStreamId = flowStore.lastStreamId();
for (uint256 i = 0; i < lastStreamId; ++i) {
Expand Down

0 comments on commit 4b80df7

Please sign in to comment.