From c195f8dce87462704f741586e0edfcd7a333dcc9 Mon Sep 17 00:00:00 2001 From: Alien Deployer Date: Mon, 21 Oct 2024 03:40:25 +0300 Subject: [PATCH] lint --- test/core/Platform.Polygon.t.sol | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/test/core/Platform.Polygon.t.sol b/test/core/Platform.Polygon.t.sol index 54995cba..7edf3f24 100644 --- a/test/core/Platform.Polygon.t.sol +++ b/test/core/Platform.Polygon.t.sol @@ -339,8 +339,12 @@ contract PlatformPolygonTest is PolygonSetup { // now hardwork must be success, it use only first maxHwPerCall vaults bytes memory str; - (success,str) = address(hw).call(execPayload); - assertEq(success, true, string.concat("HardWorker.call failed 3. execPayload length: ", CommonLib.u2s(execPayload.length))); + (success, str) = address(hw).call(execPayload); + assertEq( + success, + true, + string.concat("HardWorker.call failed 3. execPayload length: ", CommonLib.u2s(execPayload.length)) + ); assertGt(hw.gelatoBalance(), 0); vm.stopPrank(); @@ -348,7 +352,6 @@ contract PlatformPolygonTest is PolygonSetup { { _fillAllStrategiesRewards(vaultManager); for (uint i; i < 100; ++i) { - (canExec, execPayload) = hw.checkerServer(); if (canExec) { (success, str) = address(hw).call(execPayload); @@ -529,7 +532,7 @@ contract PlatformPolygonTest is PolygonSetup { function _disableStrategy(string memory id) internal { vm.startPrank(platform.multisig()); -// platform.addOperator(platform.multisig()); + // platform.addOperator(platform.multisig()); factory.setStrategyLogicConfig( IFactory.StrategyLogicConfig({ id: id,