Skip to content

Commit

Permalink
consistent comments with pre-refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
rnbguy committed Jan 23, 2024
1 parent 77fde07 commit 0caa706
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ibc-testkit/tests/core/ics02_client/update_client.rs
Original file line number Diff line number Diff line change
Expand Up @@ -819,7 +819,7 @@ fn test_misbehaviour_synthetic_tendermint_equivocation() {
MockClientConfig::builder()
.client_chain_id(chain_id_b.clone())
.client_id(client_id.clone())
.client_type(tm_client_type()) // The target host chain (B) is synthetic TM.
.client_type(tm_client_type())
.client_state_height(client_height)
.build(),
);
Expand Down Expand Up @@ -881,7 +881,7 @@ fn test_misbehaviour_synthetic_tendermint_bft_time() {
MockClientConfig::builder()
.client_chain_id(chain_id_b.clone())
.client_id(client_id.clone())
.client_type(tm_client_type()) // The target host chain (B) is synthetic TM.
.client_type(tm_client_type())
.client_state_height(client_height)
.build(),
);
Expand Down

0 comments on commit 0caa706

Please sign in to comment.