Fixed test
This commit is contained in:
parent
424b0b8bac
commit
9bcb3d2216
@ -10,7 +10,7 @@ import (
|
|||||||
)
|
)
|
||||||
|
|
||||||
func TestRlpValueEncoding(t *testing.T) {
|
func TestRlpValueEncoding(t *testing.T) {
|
||||||
val := EmptyRlpValue()
|
val := EmptyValue()
|
||||||
val.AppendList().Append(1).Append(2).Append(3)
|
val.AppendList().Append(1).Append(2).Append(3)
|
||||||
val.Append("4").AppendList().Append(5)
|
val.Append("4").AppendList().Append(5)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user