Skip to content

Commit

Permalink
Use add_hash instead of set_hash in integration tests #374
Browse files Browse the repository at this point in the history
As a preliminary work for #309 since set_array will change its behaviour but add_array will keep the functionality.
  • Loading branch information
TobiasNx committed Oct 16, 2024
1 parent 19051fb commit 00838b6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
do list(path: "700[01] ", "var": "$i")
set_hash("contribution[].$append.agent")
add_hash("contribution[].$append.agent")
copy_field("$i.a", "contribution[].$last.agent.label")
end

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
do list(path: "700[01] ", "var": "$i")
set_hash("contribution[].$append.agent")
add_hash("contribution[].$append.agent")
copy_field("$i.a", "contribution[].$last.agent.label")
end

Expand Down

0 comments on commit 00838b6

Please sign in to comment.