Skip to content

Commit 3bab851

Browse files
committed
master- Fix test
1 parent 719d678 commit 3bab851

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

test/zipper_SUITE.erl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,8 @@ zipper_up_modified(_Config) ->
136136
Zipper3 = zipper:up(Zipper2),
137137
Zipper4 = zipper:traverse([next, next, next], Zipper3),
138138
Attrs = maps:get(attrs, zipper:node(Zipper4)),
139-
#{name => "Peru"} = Attrs,
139+
Expected = #{name => "Peru"},
140+
Expected = Attrs,
140141
{comment, ""}.
141142

142143
-spec zipper_right(config()) -> {comment, string()}.

0 commit comments

Comments
 (0)