mirror of
https://github.com/tendermint/tendermint.git
synced 2026-08-16 04:06:12 +00:00
use t.log instead
This commit is contained in:
@@ -149,9 +149,9 @@ func TestSignerVoteKeepAlive(t *testing.T) {
|
||||
|
||||
// Check that even if the client does not request a
|
||||
// signature for a long time. The service is will available
|
||||
tc.signerService.Logger.Info("TEST. Forced Wait")
|
||||
t.Log("TEST. Forced Wait")
|
||||
time.Sleep(testTimeoutReadWrite * 2)
|
||||
tc.signerService.Logger.Info("TEST. Forced Wait - DONE")
|
||||
t.Log("TEST. Forced Wait - DONE")
|
||||
|
||||
require.NoError(t, tc.mockPV.SignVote(tc.chainID, want))
|
||||
require.NoError(t, tc.signer.SignVote(tc.chainID, have))
|
||||
|
||||
Reference in New Issue
Block a user