Fixed test

This commit is contained in:
obscuren 2014-02-15 12:40:19 +01:00
parent 424b0b8bac
commit 9bcb3d2216

View File

@ -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)