Skip to content

Commit

Permalink
chore: update
Browse files Browse the repository at this point in the history
  • Loading branch information
molecula451 committed Apr 9, 2024
1 parent e2263fb commit 819d349
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/contracts/test/dollar/core/StakingShare.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -445,8 +445,8 @@ contract StakingShareTest is DepositStakingShare {
}

function testUUPS_InitializedVersion() external {
uint expectedVersion = 1;
uint baseExpectedVersion = 255;
uint256 expectedVersion = 1;
uint256 baseExpectedVersion = 255;

BondingShare bondingShare = new BondingShare();
BondingShareUpgraded bondingShareUpgraded = new BondingShareUpgraded();
Expand Down

0 comments on commit 819d349

Please sign in to comment.