Skip to content

Commit

Permalink
Fix rebase conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
qdm12 committed Jul 4, 2022
1 parent a242086 commit 162e6c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/trie/node/decode_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ func Test_decodeBranch(t *testing.T) {
partialKeyLength: 1,
errWrapped: io.EOF,
errMessage: "decoding inlined child at index 0: " +
"cannot decode header: cannot read header byte: EOF",
"decoding header: reading header byte: EOF",
},
"branch with inlined branch and leaf": {
reader: bytes.NewBuffer(concatByteSlices([][]byte{
Expand Down

0 comments on commit 162e6c1

Please sign in to comment.