Skip to content

Commit

Permalink
test: polish comments
Browse files Browse the repository at this point in the history
  • Loading branch information
smol-ninja committed Dec 23, 2024
1 parent e4e0a44 commit 00facce
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/integration/concrete/batch/batch.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ contract Batch_Integration_Concrete_Test is Integration_Test {
}

/// @dev The batch call includes:
/// - Payable functions
/// - ETH value
/// - All create stream functions that return a value
function test_BatchPayable_CreateStreams() external {
uint256 expectedNextStreamId = lockup.nextStreamId();
Expand Down Expand Up @@ -97,7 +97,7 @@ contract Batch_Integration_Concrete_Test is Integration_Test {
}

/// @dev The batch call includes:
/// - Payable functions
/// - ETH value
/// - All recipient related functions with both returns and non-returns
function test_BatchPayable_RecipientFunctions() external {
uint256 initialEthBalance = address(lockup).balance;
Expand Down Expand Up @@ -128,7 +128,7 @@ contract Batch_Integration_Concrete_Test is Integration_Test {
}

/// @dev The batch call includes:
/// - Payable functions
/// - ETH value
/// - All sender related functions with both returns and non-returns
function test_BatchPayable_SenderFunctions() external {
uint256 initialEthBalance = address(lockup).balance;
Expand Down

0 comments on commit 00facce

Please sign in to comment.