diff --git a/types/proposal_test.go b/types/proposal_test.go index 7a03ca863..a802c262b 100644 --- a/types/proposal_test.go +++ b/types/proposal_test.go @@ -155,7 +155,7 @@ func TestProposalValidateBasic(t *testing.T) { t.Run(tc.testName, func(t *testing.T) { prop := NewProposal( 4, 2, 2, - blockID, time.Now()) + blockID, tmtime.Now()) p := prop.ToProto() err := privVal.SignProposal(context.Background(), "test_chain_id", p) prop.Signature = p.Signature