Skip to content

Commit

Permalink
test: correct explanatory comment
Browse files Browse the repository at this point in the history
  • Loading branch information
andreivladbrg committed Oct 24, 2022
1 parent b6d5f8c commit 4da6bc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/unit/sablier-v2-linear/cancel/cancel.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ contract SablierV2Linear__Cancel is SablierV2LinearUnitTest {

/// @dev it should cancel and delete the stream and burn the NFT.
function testCancel__CallerSender() external StreamExistent StreamCancelable CallerAuthorized {
// Make the recipient the `msg.sender` in this test case.
// Make the sender the `msg.sender` in this test case.
changePrank(users.sender);

// Run the test.
Expand Down

0 comments on commit 4da6bc2

Please sign in to comment.