From 99444b6c56b2a8c9d76ecb3ba511647f3647cfbe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Federico=20Kunze=20K=C3=BCllmer?= <31522760+fedekunze@users.noreply.github.com> Date: Mon, 28 Feb 2022 10:59:59 -0300 Subject: [PATCH] ibctesting: make `testing.T` public (#1020) --- testing/endpoint.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testing/endpoint.go b/testing/endpoint.go index 607f7a16843..5a32c7f5c6d 100644 --- a/testing/endpoint.go +++ b/testing/endpoint.go @@ -98,7 +98,7 @@ func (endpoint *Endpoint) CreateClient() (err error) { consensusState = endpoint.Counterparty.Chain.LastHeader.ConsensusState() case exported.Solomachine: // TODO - // solo := NewSolomachine(endpoint.Chain.T, endpoint.Chain.Codec, clientID, "", 1) + // solo := NewSolomachine(Chain.T, endpoint.Chain.Codec, clientID, "", 1) // clientState = solo.ClientState() // consensusState = solo.ConsensusState()