Skip to content

Commit

Permalink
Fix clippy warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
seanchen1991 committed Nov 14, 2023
1 parent 1dbe79c commit fdc352b
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,9 @@ impl BinaryChannelTest for IcaOrderedChannelTest {
&channel_id.as_ref(),
&port_id.as_ref(),
)?;
});

Ok(())
})?;

// Assert that the channel returned by `register_interchain_account` is an ordered channel
let channel_end =
Expand Down

0 comments on commit fdc352b

Please sign in to comment.