Skip to content

Commit

Permalink
fix compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
rnbguy committed May 2, 2024
1 parent 5af3f13 commit c264ae8
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions ibc-testkit/tests/core/ics04_channel/send_packet.rs
Original file line number Diff line number Diff line change
Expand Up @@ -140,12 +140,10 @@ fn send_packet_processing() {
},
Test {
name: "Packet without height and timestamp timeout".to_string(),
ctx: context
.clone()
.with_client_config(
MockClientConfig::builder()
.latest_height(client_height)
.build(),
ctx: MockContext::default()
.with_light_client(
&ClientId::new("07-tendermint", 0).expect("no error"),
LightClientState::<MockHost>::with_latest_height(client_height),
)
.with_connection(ConnectionId::zero(), conn_end_on_a.clone())
.with_channel(PortId::transfer(), ChannelId::zero(), chan_end_on_a.clone())
Expand Down

0 comments on commit c264ae8

Please sign in to comment.