Skip to content

Commit

Permalink
add store_update_meta at MockClientState::initialise
Browse files Browse the repository at this point in the history
  • Loading branch information
rnbguy committed Apr 25, 2024
1 parent e3a0665 commit 57bfb99
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions ibc-testkit/src/testapp/ibc/clients/mock/client_state.rs
Original file line number Diff line number Diff line change
Expand Up @@ -343,6 +343,12 @@ where
),
mock_consensus_state.into(),
)?;
ctx.store_update_meta(
client_id.clone(),
self.latest_height(),
ctx.host_timestamp()?,
ctx.host_height()?,
)?;

Check warning on line 351 in ibc-testkit/src/testapp/ibc/clients/mock/client_state.rs

View check run for this annotation

Codecov / codecov/patch

ibc-testkit/src/testapp/ibc/clients/mock/client_state.rs#L351

Added line #L351 was not covered by tests

Ok(())
}
Expand Down

0 comments on commit 57bfb99

Please sign in to comment.