Skip to content

Commit

Permalink
tests done
Browse files Browse the repository at this point in the history
  • Loading branch information
gab0071 committed Aug 21, 2024
1 parent 7cc88a4 commit 68cbd65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/MainTest.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ contract MainTest is Test {

}

function testStaingFailure() public {
function testStakingFailure() public {
vm.startPrank(user3);
uint256 amountToStakeUser3 = 0;
stakingToken.approve(address(main), amountToStakeUser3);
Expand Down

0 comments on commit 68cbd65

Please sign in to comment.