diff --git a/traversal/focus_test.go b/traversal/focus_test.go index e1bd7ce8ae283776536176afd74bdeb36860f557..0b3f05915aaa05edfd6c4cbac7cbcfa1053405bc 100644 --- a/traversal/focus_test.go +++ b/traversal/focus_test.go @@ -318,7 +318,7 @@ func TestFocusedTransformWithLinks(t *testing.T) { Wish(t, progress.Path.String(), ShouldEqual, "linkedMap/nested/nonlink") Wish(t, must.String(prev), ShouldEqual, "zoo") Wish(t, progress.LastBlock.Path.String(), ShouldEqual, "linkedMap") - Wish(t, progress.LastBlock.Link.String(), ShouldEqual, "baguqeeyevmbz3ga") + Wish(t, progress.LastBlock.Link.String(), ShouldEqual, "baguqeeye2opztzy") nb := prev.Prototype().NewBuilder() nb.AssignString("new string!") return nb.Build(), nil