mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-05-13 19:46:39 +00:00
Fixed test
This commit is contained in:
parent
424b0b8bac
commit
9bcb3d2216
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue