Skip to content

Commit df60eaa

Browse files
committed
test: polish comment
1 parent 06404a5 commit df60eaa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/integration/concrete/campaign/lt/claim/claim.t.sol

+1-1
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ contract Claim_MerkleLT_Integration_Test is Claim_Integration_Test, MerkleLT_Int
103103
whenVestingEndTimeExceedsClaimTime
104104
whenTotalPercentage100
105105
{
106-
// It should create a stream with the correct start time.
106+
// It should create a ranged stream with provided start time.
107107
_test_Claim({ streamStartTime: RANGED_STREAM_START_TIME, startTime: RANGED_STREAM_START_TIME });
108108
}
109109

tests/integration/concrete/campaign/lt/claim/claim.tree

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@ Claim_MerkleLT_Integration_Test
1414
│ ├── it should create a stream with block.timestamp as start time
1515
│ └── it should emit a {Claim} event
1616
└── when stream start time not zero
17-
├── it should create a stream with the correct start time
17+
├── it should create a ranged stream with provided start time
1818
└── it should emit a {Claim} event

0 commit comments

Comments
 (0)