Skip to content

Commit

Permalink
chore: update
Browse files Browse the repository at this point in the history
  • Loading branch information
molecula451 committed Apr 10, 2024
1 parent 2addb34 commit 9cf5ccc
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,8 @@ contract UbiquityGovernanceTokenTest is LocalTestHelper {
}

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

UbiquityGovernanceTokenUpgraded newImpl = new UbiquityGovernanceTokenUpgraded();
UbiquityGovernanceTokenUpgraded newImplT = new UbiquityGovernanceTokenUpgraded();
Expand Down

0 comments on commit 9cf5ccc

Please sign in to comment.