Skip to content

Commit

Permalink
chore: use docs diagram
Browse files Browse the repository at this point in the history
  • Loading branch information
andreivladbrg committed Sep 9, 2024
1 parent 7307c74 commit 2d5ead2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/core/invariant/Lockup.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ abstract contract Lockup_Invariant_Test is Invariant_Test {
}
}

/// @dev See diagram at https://i.postimg.cc/sfHsBkWB/mermaid-diagram-2023-04-25-190035.png.
/// @dev See diagram at https://docs.sablier.com/concepts/protocol/statuses#diagram
function invariant_StatusTransitions() external {
uint256 lastStreamId = lockupStore.lastStreamId();
if (lastStreamId == 0) {
Expand Down

0 comments on commit 2d5ead2

Please sign in to comment.