Skip to content

Commit

Permalink
Merge pull request #673 from sablier-labs/test/chore-update-comment
Browse files Browse the repository at this point in the history
test: chore update comment
  • Loading branch information
PaulRBerg authored Aug 31, 2023
2 parents 6ea541e + 52e8f3c commit f3d9ea6
Show file tree
Hide file tree
Showing 14 changed files with 20 additions and 20 deletions.
2 changes: 1 addition & 1 deletion test/fork/LockupDynamic.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ abstract contract LockupDynamic_Fork_Test is Fork_Test {
/// - It may cancel the stream
/// - It may emit a {CancelLockupStream} event
///
/// Given enough test runs, all of the following scenarios will be fuzzed:
/// Given enough fuzz runs, all of the following scenarios will be fuzzed:
///
/// - Multiple values for the funder, recipient, sender, and broker
/// - Multiple values for the total amount
Expand Down
2 changes: 1 addition & 1 deletion test/fork/LockupLinear.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ abstract contract LockupLinear_Fork_Test is Fork_Test {
/// - It may cancel the stream
/// - It may emit a {CancelLockupStream} event
///
/// Given enough test runs, all of the following scenarios will be fuzzed:
/// Given enough fuzz runs, all of the following scenarios will be fuzzed:
///
/// - Multiple values for the sender, recipient, and broker
/// - Multiple values for the total amount
Expand Down
2 changes: 1 addition & 1 deletion test/integration/fuzz/flash-loan/flashFee.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ contract FlashFee_Integration_Fuzz_Test is FlashLoan_Integration_Shared_Test {
_;
}

/// @dev Given enough test runs, all of the following scenarios will be fuzzed:
/// @dev Given enough fuzz runs, all of the following scenarios will be fuzzed:
///
/// - Multiple values for the comptroller flash fee, including zero
/// - Multiple values for the flash loan amount, including zero
Expand Down
2 changes: 1 addition & 1 deletion test/integration/fuzz/flash-loan/flashLoan.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ contract FlashLoanFunction_Integration_Fuzz_Test is FlashLoanFunction_Integratio
});
}

/// @dev Given enough test runs, all of the following scenarios will be fuzzed:
/// @dev Given enough fuzz runs, all of the following scenarios will be fuzzed:
///
/// - Multiple values for the comptroller flash fee, including zero
/// - Multiple values for the flash loan amount, including zero
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ contract CreateWithMilestones_LockupDynamic_Integration_Fuzz_Test is
uint128 totalAmount;
}

/// @dev Given enough test runs, all of the following scenarios will be fuzzed:
/// @dev Given enough fuzz runs, all of the following scenarios will be fuzzed:
///
/// - All possible permutations for the funder, sender, recipient, and broker
/// - Multiple values for the segment amounts, exponents, and milestones
Expand Down
4 changes: 2 additions & 2 deletions test/integration/fuzz/lockup-dynamic/streamedAmountOf.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ contract StreamedAmountOf_LockupDynamic_Integration_Fuzz_Test is
changePrank({ msgSender: users.sender });
}

/// @dev Given enough test runs, all of the following scenarios will be fuzzed:
/// @dev Given enough fuzz runs, all of the following scenarios will be fuzzed:
///
/// - End time in the past
/// - End time in the present
Expand Down Expand Up @@ -77,7 +77,7 @@ contract StreamedAmountOf_LockupDynamic_Integration_Fuzz_Test is
_;
}

/// @dev Given enough test runs, all of the following scenarios will be fuzzed:
/// @dev Given enough fuzz runs, all of the following scenarios will be fuzzed:
///
/// - End time in the past
/// - End time in the present
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ contract WithdrawableAmountOf_LockupDynamic_Integration_Fuzz_Test is
_;
}

/// @dev Given enough test runs, all of the following scenarios will be fuzzed:
/// @dev Given enough fuzz runs, all of the following scenarios will be fuzzed:
///
/// - End time in the past
/// - End time in the present
Expand Down Expand Up @@ -62,7 +62,7 @@ contract WithdrawableAmountOf_LockupDynamic_Integration_Fuzz_Test is
_;
}

/// @dev Given enough test runs, all of the following scenarios will be fuzzed:
/// @dev Given enough fuzz runs, all of the following scenarios will be fuzzed:
///
/// - End time in the past
/// - End time in the present
Expand Down
2 changes: 1 addition & 1 deletion test/integration/fuzz/lockup-linear/createWithRange.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ contract CreateWithRange_LockupLinear_Integration_Fuzz_Test is
uint128 initialProtocolRevenues;
}

/// @dev Given enough test runs, all of the following scenarios will be fuzzed:
/// @dev Given enough fuzz runs, all of the following scenarios will be fuzzed:
///
/// - All possible permutations for the funder, sender, recipient, and broker
/// - Multiple values for the total amount
Expand Down
2 changes: 1 addition & 1 deletion test/integration/fuzz/lockup-linear/streamedAmountOf.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ contract StreamedAmountOf_LockupLinear_Integration_Fuzz_Test is
_;
}

/// @dev Given enough test runs, all of the following scenarios will be fuzzed:
/// @dev Given enough fuzz runs, all of the following scenarios will be fuzzed:
///
/// - End time in the past
/// - End time in the present
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ contract WithdrawableAmountOf_LockupLinear_Integration_Fuzz_Test is
_;
}

/// @dev Given enough test runs, all of the following scenarios will be fuzzed:
/// @dev Given enough fuzz runs, all of the following scenarios will be fuzzed:
///
/// - End time in the past
/// - End time in the present
Expand Down Expand Up @@ -83,7 +83,7 @@ contract WithdrawableAmountOf_LockupLinear_Integration_Fuzz_Test is
_;
}

/// @dev Given enough test runs, all of the following scenarios will be fuzzed:
/// @dev Given enough fuzz runs, all of the following scenarios will be fuzzed:
///
/// - End time in the past
/// - End time in the present
Expand Down
4 changes: 2 additions & 2 deletions test/integration/fuzz/lockup/cancel.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ abstract contract Cancel_Integration_Fuzz_Test is Integration_Test, Cancel_Integ
assertFalse(isCancelable, "isCancelable");
}

/// @dev Given enough test runs, all of the following scenarios will be fuzzed:
/// @dev Given enough fuzz runs, all of the following scenarios will be fuzzed:
///
/// - Multiple values for the current time
/// - With and without withdrawals
Expand Down Expand Up @@ -104,7 +104,7 @@ abstract contract Cancel_Integration_Fuzz_Test is Integration_Test, Cancel_Integ
assertEq(actualNFTOwner, expectedNFTOwner, "NFT owner");
}

/// @dev Given enough test runs, all of the following scenarios will be fuzzed:
/// @dev Given enough fuzz runs, all of the following scenarios will be fuzzed:
///
/// - Multiple values for the current time
/// - With and without withdrawals
Expand Down
2 changes: 1 addition & 1 deletion test/integration/fuzz/lockup/refundableAmountOf.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ abstract contract RefundableAmountOf_Integration_Fuzz_Test is Integration_Test,
defaultStreamId = createDefaultStream();
}

/// @dev Given enough test runs, all of the following scenarios will be fuzzed:
/// @dev Given enough fuzz runs, all of the following scenarios will be fuzzed:
///
/// - Status streaming
/// - Status settled
Expand Down
6 changes: 3 additions & 3 deletions test/integration/fuzz/lockup/withdraw.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ abstract contract Withdraw_Integration_Fuzz_Test is Integration_Test, Withdraw_I
Withdraw_Integration_Shared_Test.setUp();
}

/// @dev Given enough test runs, all of the following scenarios will be fuzzed:
/// @dev Given enough fuzz runs, all of the following scenarios will be fuzzed:
///
/// - Multiple values for the withdrawal address.
function testFuzz_Withdraw_CallerApprovedOperator(address to)
Expand Down Expand Up @@ -49,7 +49,7 @@ abstract contract Withdraw_Integration_Fuzz_Test is Integration_Test, Withdraw_I
assertEq(actualWithdrawnAmount, expectedWithdrawnAmount, "withdrawnAmount");
}

/// @dev Given enough test runs, all of the following scenarios will be fuzzed:
/// @dev Given enough fuzz runs, all of the following scenarios will be fuzzed:
///
/// - Multiple values for the current time.
/// - Multiple values for the withdrawal address.
Expand Down Expand Up @@ -113,7 +113,7 @@ abstract contract Withdraw_Integration_Fuzz_Test is Integration_Test, Withdraw_I
assertEq(actualNFTowner, expectedNFTOwner, "NFT owner");
}

/// @dev Given enough test runs, all of the following scenarios will be fuzzed:
/// @dev Given enough fuzz runs, all of the following scenarios will be fuzzed:
///
/// - End time in the past
/// - End time in the present
Expand Down
2 changes: 1 addition & 1 deletion test/integration/fuzz/lockup/withdrawMaxAndTransfer.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ abstract contract WithdrawMaxAndTransfer_Integration_Fuzz_Test is
WithdrawMaxAndTransfer_Integration_Shared_Test.setUp();
}

/// @dev Given enough test runs, all of the following scenarios will be fuzzed:
/// @dev Given enough fuzz runs, all of the following scenarios will be fuzzed:
///
/// - New recipient same and different from the current one
/// - Withdrawable amount zero and not zero
Expand Down

0 comments on commit f3d9ea6

Please sign in to comment.