comment types_test

This commit is contained in:
William Banfield
2022-03-14 17:34:33 -04:00
parent 51cf3fe7db
commit 89c932352b
+2
View File
@@ -12,8 +12,10 @@ import (
func TestHashAndProveResults(t *testing.T) {
trs := []*abci.ExecTxResult{
// Note, these tests rely on the first two entries being in this order.
{Code: 0, Data: nil},
{Code: 0, Data: []byte{}},
{Code: 0, Data: []byte("one")},
{Code: 14, Data: nil},
{Code: 14, Data: []byte("foo")},