Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
malteish committed May 17, 2023
1 parent 42709bd commit 26a6c00
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions test/PersonalInviteTimeLock.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -91,13 +91,13 @@ contract PersonalInviteTimeLockTest is Test {

/**
*
* @param rawSalt can be used to generate different addresses
* @param salt can be used to generate different addresses
* @param releaseStartTime when to start releasing tokens
* @param attemptTime try to release tokens after this amount of time
* @param releaseDuration how long the releasing of tokens should take
*/
function testPersonalInviteWithTimeLock(
uint256 rawSalt,
bytes32 salt,
uint64 releaseStartTime,
uint64 releaseDuration,
uint64 attemptTime
Expand All @@ -124,9 +124,6 @@ contract PersonalInviteTimeLockTest is Test {
// add time lock and token receiver to the allow list
list.set(expectedTimeLockAddress, requirements);

//uint rawSalt = 0;
bytes32 salt = bytes32(rawSalt);

//bytes memory creationCode = type(PersonalInvite).creationCode;
uint256 tokenAmount = 20000000000000;
uint256 expiration = block.timestamp + 1000;
Expand Down

0 comments on commit 26a6c00

Please sign in to comment.