Skip to content

Commit

Permalink
imp: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
srdtrk committed Feb 5, 2025
1 parent e92bb92 commit d64a80c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/solidity-ibc/IBCAdminTest.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ contract IBCAdminTest is Test {
ICS26Router public ics26Router;
ICS20Transfer public ics20Transfer;

address ics20Pauser = makeAddr("ics20Pauser");
address public ics20Pauser = makeAddr("ics20Pauser");

string public counterpartyId = "42-dummy-01";
bytes[] public merklePrefix = [bytes("ibc"), bytes("")];
Expand Down

0 comments on commit d64a80c

Please sign in to comment.