(t *testing.T)
| 69 | } |
| 70 | |
| 71 | func TestClaimAugMerkle(t *testing.T) { |
| 72 | s := &Claim{newTestShares(), nil, nil, nil} |
| 73 | result := smartpool.SPHash{151, 170, 188, 143, 116, 177, 57, 134, 27, 7, 73, 156, 173, 26, 237, 226} |
| 74 | if !reflect.DeepEqual(s.AugMerkle(), result) { |
| 75 | t.Fail() |
| 76 | } |
| 77 | } |
nothing calls this directly
no test coverage detected