Skip to content

Commit

Permalink
Fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
chloefeal committed Dec 26, 2024
1 parent be0be09 commit 5a8cc03
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions crates/relayer-cli/src/commands/fee/register_payee.rs
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ mod tests {
use ibc_relayer_types::core::ics24_host::identifier::{ChainId, ChannelId, PortId};

#[test]
fn test_regiser_payee() {
fn test_register_payee() {
assert_eq!(
RegisterPayeeCmd {
chain_id: ChainId::from_string("chain_a"),
Expand All @@ -125,7 +125,7 @@ mod tests {
)
}
#[test]
fn test_regiser_payee_alias() {
fn test_register_payee_alias() {
assert_eq!(
RegisterPayeeCmd {
chain_id: ChainId::from_string("chain_a"),
Expand Down

0 comments on commit 5a8cc03

Please sign in to comment.