Skip to content

Commit

Permalink
Update e2e/tests/transfer/localhost_test.go
Browse files Browse the repository at this point in the history
  • Loading branch information
damiannolan authored Mar 14, 2024
1 parent 4cd3a59 commit c1c70ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e/tests/transfer/localhost_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ func (s *LocalhostTransferTestSuite) TestMsgTransfer_Localhost() {

cs, err = s.QueryClientState(ctx, chainA, exported.LocalhostClientID)
s.Require().NoError(err)
s.Require().True(localhostClientState.LatestHeight.GT(originalHeight), "client state height was not incremented")
s.Require().True(cs.(*localhost.ClientState).LatestHeight.GT(originalHeight), "client state height was not incremented")
})

t.Run("channel open init localhost", func(t *testing.T) {
Expand Down

0 comments on commit c1c70ae

Please sign in to comment.