diff --git a/foundry/test/StakingTestUpgrades.t.sol b/foundry/test/StakingTestUpgrades.t.sol index a1a81ae..abfa7ff 100644 --- a/foundry/test/StakingTestUpgrades.t.sol +++ b/foundry/test/StakingTestUpgrades.t.sol @@ -102,7 +102,7 @@ contract FoxStakingTestUpgrades is Test { // confrim still on old version assertEq(foxStakingV1.version(), expectedCurrentVersion); - // Change the owner + // Change the owner vm.startPrank(owner); foxStakingV1.transferOwnership(newOwner); vm.stopPrank();