Browse Source

rename test

wb/txrset
William Banfield 3 years ago
parent
commit
556af7d1b4
No known key found for this signature in database GPG Key ID: EFAD3442BF29E3AC
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      types/tx_test.go

+ 1
- 1
types/tx_test.go View File

@ -44,7 +44,7 @@ func TestTxIndexByHash(t *testing.T) {
}
}
func TestValidateResponsePrepareProposal(t *testing.T) {
func TestValidateTxRecordSet(t *testing.T) {
t.Run("should error on total transaction size exceeding max data size", func(t *testing.T) {
trs := []*abci.TxRecord{
{


Loading…
Cancel
Save