Skip to content

Commit

Permalink
fix: fixed mock IBCStore
Browse files Browse the repository at this point in the history
  • Loading branch information
srdtrk committed Nov 18, 2024
1 parent 4115255 commit 0000000
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/mocks/ErroneousIBCStore.sol
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ contract ErroneousIBCStore is IIBCStore {
revert CallFailure("getCommitment");
}

function nextSequenceSend(string calldata, string calldata) external pure returns (uint32) {
function nextSequenceSend(string calldata) external pure returns (uint32) {
revert CallFailure("nextSequenceSend");
}

Expand Down

0 comments on commit 0000000

Please sign in to comment.