Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
kingster-will committed Apr 25, 2024
1 parent 56f4a8e commit 84b3d9f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/foundry/IPAccountStorage.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down

0 comments on commit 84b3d9f

Please sign in to comment.