Skip to content

Commit

Permalink
Resolve clippy warning
Browse files Browse the repository at this point in the history
  • Loading branch information
seanchen1991 committed Jan 5, 2024
1 parent efc86ac commit b8f4353
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ibc-testkit/tests/core/ics02_client/create_client.rs
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ fn test_tm_create_client_ok() {

let msg = MsgCreateClient::new(
tm_client_state,
TmConsensusState::try_from(tm_header).unwrap().into(),
TmConsensusState::from(tm_header).into(),
signer,
);

Expand Down

0 comments on commit b8f4353

Please sign in to comment.