From 84b3d9fda63972535634f0679532ed5ad3511fb0 Mon Sep 17 00:00:00 2001 From: Kingster Date: Thu, 25 Apr 2024 12:28:43 -0700 Subject: [PATCH] fix lint --- test/foundry/IPAccountStorage.t.sol | 1 - 1 file changed, 1 deletion(-) diff --git a/test/foundry/IPAccountStorage.t.sol b/test/foundry/IPAccountStorage.t.sol index 48c414a2..efb22929 100644 --- a/test/foundry/IPAccountStorage.t.sol +++ b/test/foundry/IPAccountStorage.t.sol @@ -186,7 +186,6 @@ contract IPAccountStorageTest is BaseTest, BaseModule { assertEq(results[1], "test2Data"); } - function test_IPAccountStorage_revert_BatchSetAndGetBytes() public { bytes32[] memory keys = new bytes32[](2); keys[0] = "test1";