Skip to content

Commit

Permalink
feat(contracts): apply PR reviews
Browse files Browse the repository at this point in the history
  • Loading branch information
seolaoh committed Jun 28, 2024
1 parent 2277883 commit 422d572
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/contracts/contracts/test/KromaVestingWallet.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import { Proxy } from "../universal/Proxy.sol";
import { CommonTest } from "./CommonTest.t.sol";

contract KromaVestingWalletTest is CommonTest {
uint64 immutable SECONDS_PER_3_MONTHS = (60 * 60 * 24 * 365) / 4;
uint64 immutable SECONDS_PER_3_MONTHS = 365 days / 4;

KromaVestingWallet vestingWallet;
address beneficiary;
Expand Down

0 comments on commit 422d572

Please sign in to comment.