Skip to content

Commit

Permalink
spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
0xean committed May 1, 2024
1 parent 23c0f4b commit 50bdd70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion foundry/test/FOXStakingTestUnstake.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -433,7 +433,7 @@ contract FOXStakingTestUnstake is Test {
vm.assertEq(stakingBalance_five, 1000 - 301 - 302 - 303);
vm.assertEq(unstakingBalance_five, 303);

// check the lenght of the array is correct and the indexes have shifted
// check the length of the array is correct and the indexes have shifted
vm.assertEq(foxStaking.getUnstakingRequestCount(user), 1);
vm.assertEq(
foxStaking.getUnstakingRequest(user, 0).unstakingBalance,
Expand Down

0 comments on commit 50bdd70

Please sign in to comment.