Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
kaladinlight committed Jun 20, 2024
1 parent 64b97b6 commit f23f2c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion foundry/test/StakingTestUpgrades.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit f23f2c6

Please sign in to comment.