Skip to content

Commit

Permalink
rename function
Browse files Browse the repository at this point in the history
  • Loading branch information
0x0Louis committed Nov 3, 2023
1 parent a3d234b commit b6a4b34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/foundry/FarmLensV2.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ contract testFarmLensV2 is Test {
vm.createSelectFork(vm.rpcUrl("avalanche"), 37292546);
}

function test_Edge() public {
function test_GetAllFarmData() public {
vm.expectRevert("SafeMath: division by zero");
lens.getAllFarmData(new uint256[](1), new uint256[](1), new uint256[](1), address(this));

Expand Down

0 comments on commit b6a4b34

Please sign in to comment.