From 50bdd70d4a16efc11ad7a01b5228011af218f323 Mon Sep 17 00:00:00 2001 From: 0xean <0xean.eth@gmail.com> Date: Wed, 1 May 2024 16:09:29 -0400 Subject: [PATCH] spelling --- foundry/test/FOXStakingTestUnstake.t.sol | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/foundry/test/FOXStakingTestUnstake.t.sol b/foundry/test/FOXStakingTestUnstake.t.sol index 8c309c4..88a7bd0 100644 --- a/foundry/test/FOXStakingTestUnstake.t.sol +++ b/foundry/test/FOXStakingTestUnstake.t.sol @@ -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,