Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit d907cdf

Browse files
authoredJun 6, 2024··
Merge branch 'main' into tuan/formatting-enum
2 parents df9bf1c + be1aa5d commit d907cdf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎testing/chain.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -613,7 +613,7 @@ func (chain *TestChain) GetChannelCapability(portID, channelID string) *capabili
613613
}
614614

615615
// GetClientLatestHeight returns the latest height for the client state with the given client identifier.
616-
// If an invalid client identifier is provided then a zero value height will be returned and testing wil fail.
616+
// If an invalid client identifier is provided then a zero value height will be returned and testing will fail.
617617
func (chain *TestChain) GetClientLatestHeight(clientID string) exported.Height {
618618
latestHeight := chain.App.GetIBCKeeper().ClientKeeper.GetClientLatestHeight(chain.GetContext(), clientID)
619619
require.False(chain.TB, latestHeight.IsZero())

0 commit comments

Comments
 (0)
Please sign in to comment.